Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1625 → Rev 1631

/trunk/jrest/services/CelWidgetExport.php
168,7 → 168,7
unset($criteres['debut']);
unset($criteres['format']);
$observations = $chercheur_observations->rechercherObservations(null, $criteres, $debut, $limite);
$observations = $chercheur_observations->rechercherObservations(null, $criteres, $debut, $limite)->get();
switch($this->format) {
case 'csv':
$csv = $this->convertirEnCsv($observations);