Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1014 → Rev 996

/trunk/jrest/services/LocationSearch.php
32,8 → 32,10
$retour = $this->executerRequeteLieu($uid[0]);
}
$this->envoyerJson($retour);
return true;
$output = json_encode($retour);
header("content-type: application/json");
print($output);
}
 
function getRessource(){