Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1013 → Rev 1014

/trunk/jrest/services/Name.php
34,13 → 34,11
$retour = $chercheur_info_taxon->effectuerRequeteInfosComplementairesEtFormaterNom($uid[0]);
}
$output = json_encode($retour);
header("content-type: application/json");
print($output);
$this->envoyerJson($retour);
return true;
}
function getRessource(){
print "[\"null\"]";
return;
}