Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Regard whitespace Rev 618 → Rev 736

/trunk/modules/resultat/formateurs/nom_vernaculaire/DeterminationVernaFormateur.php
66,7 → 66,7
private function obtenirUrlsImagesCoste() {
$this->extraireInfosTaxons();
$this->imagesService->setProjet('coste');
foreach ($this->infosPourTpl['taxons'] as $nn => $tax) {
$tax = implode(',', $this->infosPourTpl['taxons']);
$this->imagesService->setNnTaxon($tax);
$costeImg = $this->imagesService->getInfosImagesTaxons();
if (!empty($costeImg)) {
78,8 → 78,6
}
}
}
private function extraireInfosTaxons() {
foreach ($this->noms as $id => $nom ) {
if (array_key_exists('num_taxon', $nom)
91,9 → 89,7
 
private function obtenirUrlsPhotos() {
$nns = $this->extraireNnDesNoms();
 
$urls = $this->imagesService->getUrlsImagesParIdsNoms($nns);
 
$this->infosPourTpl['imagesUrls'] = $this->supprimerCodeReftaxDesUrls($urls);
}