Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1945 → Rev 1946

/trunk/scripts/modules/maintenance/Maintenance.php
77,10 → 77,6
}
$nb_prop_inchangees += $noms_trouves != 0 ? 1 : 0;
if($prop['nom_sel'] == "Iris germanica L.") {
echo '<pre>'.print_r($noms_possibles, true).'</pre>';exit;
}
// Un seul référentiel correspond (c'est déjà bon signe)
if(count($noms_possibles) == 1) {
$nom_dans_ref = reset($noms_possibles);