Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2581 → Rev 2582

/trunk/jrest/services/CelSyndicationImage.php
34,6 → 34,7
'dept' => 'b.ce_zone_geo',
'taxon' => 'b.nom_ret',
'num_taxon' => 'b.nt',
'num_nom' => 'b.nom_sel_nn',
'commentaire' => 'c.commentaire',
'date' => 'c.date_prise_de_vue',
'tag' => 'tag',
468,7 → 469,6
$requete = rtrim($requete, 'AND ');
$requete .= ' ORDER BY '.(isset($this->orderby) && (!is_null($this->orderby)) ? $this->orderby :
'c.date_creation DESC').' '."LIMIT $this->start,$this->limit ";
//echo $requete;
return $requete;
}