Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 935 → Rev 1359

/trunk/services/modules/0.1/communes/ListeCommunes.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/LocationSearch/".$requete);
return (json_decode($communes));
return json_decode(file_get_contents("http://www.tela-botanica.org/eflore/cel2/jrest/LocationSearch/".$requete));
}
/**