Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Regard whitespace Rev 732 → Rev 733

/trunk/modules/resultat/formateurs/nom_scientifique/DeterminationFormateur.php
48,7 → 48,7
private function obtenirUrlsPhotos() {
$this->imagesService->setProjet('cel');
$ids = $this->extraireIdDesNoms();
$urls = $this->imagesService->getUrlsImagesParIdsNoms($ids);
$urls = $this->imagesService->getUrlPremiereImageParIdsNoms($ids);
$this->infosPourTpl['imagesUrls'] = $this->supprimerCodeReftaxDesIds($urls);
}
55,7 → 55,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)) {
67,8 → 67,6
}
}
}
 
private function extraireInfosTaxons() {
foreach ($this->noms as $id => $nom ) {
if (array_key_exists('num_taxonomique', $nom)) {