Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1358 → Rev 1359

/trunk/services/modules/0.1/nomstaxons/ListeTaxons.php
68,8 → 68,7
* Chargement depuis le serveur de toutes les communes
* */
private function chargerCommunes($requete) {
$communes = file_get_contents("http://www.tela-botanica.org/eflore/cel2/jrest/NameSearch/bdtfx/".$requete);
return (json_decode($communes));
return json_decode(file_get_contents("http://www.tela-botanica.org/eflore/cel/jrest/NameSearch/bdtfx/".$requete));
}
/**