Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1013 → Rev 1014

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