Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1950 → Rev 1951

/trunk/scripts/modules/maintenance/Maintenance.php
81,7 → 81,7
if(count($noms_possibles) == 1) {
$nom_dans_ref = reset($noms_possibles);
$nom_referentiel = key($noms_possibles);
// Un seul nom trouvé
// Un seul nom trouvé : OK
if(count($nom_dans_ref) == 1) {
if(isset($nom_dans_ref['num_nom'])) {
$this->mettreAjourProposition($prop['id_commentaire'], $nom_referentiel, $nom_dans_ref);