Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 207 Rev 218
Line 80... Line 80...
80
		foreach ($this->noms as $idNomCourant => $nom) {
80
		foreach ($this->noms as $idNomCourant => $nom) {
81
			$nn = $this->supprimerCodeReftaxDesNns($nom['nom_retenu.code']);
81
			$nn = $this->supprimerCodeReftaxDesNns($nom['nom_retenu.code']);
82
			if (array_key_exists($nn, $taxons) == false) {
82
			if (array_key_exists($nn, $taxons) == false) {
83
				$taxon = array();
83
				$taxon = array();
84
				$taxon['nomSci'] = $nom['taxon'];
84
				$taxon['nomSci'] = $nom['taxon'];
85
				$taxon['urlFiche'] = $this->urls->obtenirUrlFiche($nn);
85
				$taxon['urlFiche'] = $this->urls->obtenirUrlFiche($nn, $this->parametres->typeNom, $this->parametres->masqueRecherche);
86
				$taxons[$nn] = $taxon;
86
				$taxons[$nn] = $taxon;
87
			}
87
			}
88
			$nom_verna = array();
88
			$nom_verna = array();
89
			$nom_verna['nn'] = $nom['id'];
89
			$nom_verna['nn'] = $nom['id'];
90
			$nom_verna['nom_vernaculaire'] = $nom['nom_vernaculaire'];
90
			$nom_verna['nom_vernaculaire'] = $nom['nom_vernaculaire'];