Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 373 → Rev 374

/trunk/services/modules/0.1/nvjfl/NomsVernaculaires.php
559,7 → 559,7
public function recupererNomTaxons() {
$url = Config::get('url_service_base').'bdtfx/taxons?navigation.limite=500&masque.nt='.
$this->getBdd()->proteger(implode(',', $this->taxons));
implode(',', $this->taxons);
$res = $this->consulterHref($url);
foreach ($res->resultat as $id=>$taxon) {
$resultat[$taxon->num_taxonomique]['id'] = 'bdtfx.nn:'.$id;