Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1378 → Rev 1379

/trunk/jrest/services/CelWidgetExport.php
55,7 → 55,7
'commune' => 'zone_geo',
'dept' => 'departement',
'projet' => 'mots_cles',
'num_tax' => 'nt',
'num_taxon' => 'nt',
'date_debut' => 'date_debut',
'date_fin' => 'date_fin'
);
70,8 → 70,8
$criteres['transmission'] = 1;
$chercheur_observations = new RechercheObservation($this->config);
$numero_page = isset($criteres['debut']) ? $criteres['debut'] : 1;
$limite = isset($criteres['limite']) ? $criteres['limite'] : 10000;
$numero_page = isset($criteres['debut']) ? $criteres['debut'] : 0;
$limite = isset($criteres['limite']) ? $criteres['limite'] : 0;
unset($criteres['limite']);
unset($criteres['debut']);