Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 368 → Rev 369

/trunk/modules/resultat/formateurs/nom_vernaculaire/DeterminationVernaFormateur.php
107,7 → 107,7
if (array_key_exists($nn, $taxons) == false) {
$taxon = array();
$taxon['nomSci'] = $nom['taxon'];
$taxon['urlFiche'] = $this->urls->obtenirUrlFiche($nn, $this->parametres->typeNom, $this->parametres->masqueRecherche, $nom['taxon']);
$taxon['urlFiche'] = $this->urls->obtenirUrlFiche($nn, $this->parametres->typeNom, $this->parametres->masqueRecherche);
$taxon['repartition_vignette'] = $this->chargerRepartition($nn);
$taxons[$nn] = $taxon;
}