Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1630 → Rev 1631

/trunk/jrest/services/InventoryExport.php
81,7 → 81,7
$numero_page = isset($criteres['numero_page']) ? $criteres['numero_page'] : 0;
$limite = isset($criteres['limite']) ? $criteres['limite'] : 0;
 
$observations = $chercheur_observations->rechercherObservations($uid[0], $criteres, $numero_page, $limite);
$observations = $chercheur_observations->rechercherObservations($uid[0], $criteres, $numero_page, $limite)->get();
$ids_obs = array();
$indices_lignes_obs = array();