Subversion Repositories Applications.annuaire

Compare Revisions

Ignore whitespace Rev 245 → Rev 246

/trunk/controleurs/VerificationControleur.php
450,7 → 450,7
$id_champ = $ids_champ[1];
 
$cle_champ = array_search($id_champ, $tableau_mappage[1]);
if($cle_champ) {
if($cle_champ && $cle_champ != 'champ_pays') {
 
$valeurs_mappees[$tableau_mappage[0][$cle_champ]] = $valeur;