Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1013 → Rev 1014

/trunk/jrest/services/InventoryObservationList.php
66,11 → 66,9
 
$retour = $chercheur_observations->rechercherObservations($uid[0], $criteres, $debut, $taille_page);
$retour_formate = $chercheur_observations->formaterPourEnvoiCel(&$retour);
$retour_encode = json_encode($retour_formate) ;
 
header("Content-type: application/json");
print($retour_encode);
exit();
$this->envoyerJson($retour_formate);
return true;
}
 
/**