Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1630 → Rev 1631

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