Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1946 → Rev 1947

/trunk/scripts/modules/maintenance/Maintenance.php
82,9 → 82,11
$nom_dans_ref = reset($noms_possibles);
$nom_referentiel = key($noms_possibles);
// Un seul nom trouvé
if(count($nom_dans_ref) == 1) {
$this->mettreAjourProposition($prop['id_commentaire'], $nom_referentiel, $nom_dans_ref);
$nb_prop_augmentees ++;
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 {