Subversion Repositories eFlore/Applications.del

Compare Revisions

Regard whitespace Rev 1946 → Rev 1947

/trunk/scripts/modules/maintenance/Maintenance.php
83,10 → 83,12
$nom_referentiel = key($noms_possibles);
// Un seul nom trouvé
if(count($nom_dans_ref) == 1) {
if(isset($nom_dans_ref['num_nom'])) {
$this->mettreAjourProposition($prop['id_commentaire'], $nom_referentiel, $nom_dans_ref);
$nb_prop_augmentees ++;
}
}
}
} else {
$noms_possibles = $this->rechercherNomsPossibles($referentiel, $prop['nom_sel']);
$noms_ordonnes[$prop['id_commentaire']]['nom_trouves'] = $noms_possibles;