Subversion Repositories eFlore/Applications.del

Rev

Rev 1945 | Rev 1947 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1945 Rev 1946
Line 75... Line 75...
75
					$nb_noms_trouves += count($noms_possibles[$referentiel]);
75
					$nb_noms_trouves += count($noms_possibles[$referentiel]);
76
					$noms_trouves += empty($noms_possibles[$referentiel]) ? 1 : 0;
76
					$noms_trouves += empty($noms_possibles[$referentiel]) ? 1 : 0;
77
				}
77
				}
78
				$nb_prop_inchangees += $noms_trouves != 0 ? 1 : 0;
78
				$nb_prop_inchangees += $noms_trouves != 0 ? 1 : 0;
Line 79... Line -...
79
				
-
 
80
				
-
 
81
				if($prop['nom_sel'] == "Iris germanica L.") {
-
 
82
					echo '<pre>'.print_r($noms_possibles, true).'</pre>';exit;
-
 
83
				}
79
				
84
				// Un seul référentiel correspond (c'est déjà bon signe)
80
				// Un seul référentiel correspond (c'est déjà bon signe)
85
				if(count($noms_possibles) == 1) {
81
				if(count($noms_possibles) == 1) {
86
					$nom_dans_ref = reset($noms_possibles);
82
					$nom_dans_ref = reset($noms_possibles);
87
					$nom_referentiel = key($noms_possibles);
83
					$nom_referentiel = key($noms_possibles);