Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3231 → Rev 3232

/trunk/jrest/bibliotheque/RechercheInfosTaxonBeta.php
188,7 → 188,7
if($ref && isset($this->config['eflore']['api_host'])) {
if(self::DEBUG) error_log("CEL fetch: " .$this->config['eflore']['api_host'] . '/');
return @json_decode(file_get_contents($this->config['eflore']['api_host'] . '/' .
$ref . '/' .
$this->code_referentiel . '/' .
'noms' . '/' .
$num_nom .
'?retour.champs=' . implode(',', array('nom_sci,auteur',
281,4 → 281,4
}
return $retour;
}
}
}