Subversion Repositories Applications.annuaire

Rev

Rev 218 | Rev 294 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 218 Rev 246
Line 448... Line 448...
448
 
448
 
449
				$type = $ids_champ[0];
449
				$type = $ids_champ[0];
Line 450... Line 450...
450
				$id_champ = $ids_champ[1];
450
				$id_champ = $ids_champ[1];
451
 
451
 
Line 452... Line 452...
452
				$cle_champ = array_search($id_champ, $tableau_mappage[1]);
452
				$cle_champ = array_search($id_champ, $tableau_mappage[1]);
Line 453... Line 453...
453
				if($cle_champ) {
453
				if($cle_champ && $cle_champ != 'champ_pays') {
454
 
454