Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1424 → Rev 1425

/trunk/jrest/services/Name.php
31,7 → 31,7
$retour = array("null");
if (isset($uid[0])) {
$chercheur_info_taxon = new RechercheInfosTaxon($this->config);
$chercheur_info_taxon = new RechercheInfosTaxonBeta($this->config);
$retour = $chercheur_info_taxon->effectuerRequeteInfosComplementairesEtFormaterNom($uid[0]);
}