Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1597 → Rev 1598

/trunk/jrest/services/InventoryObservationList.php
61,7 → 61,7
$debut = $taille_page*$numero_page ;
 
$retour = $chercheur_observations->rechercherObservations($uid[0], $criteres, $debut, $taille_page);
$retour_formate = $chercheur_observations->formaterPourEnvoiCel(&$retour);
$retour_formate = $chercheur_observations->formaterPourEnvoiCel($retour);
 
$this->envoyerJson($retour_formate);
return true;