Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1476 → Rev 1477

/trunk/jrest/services/CelSyndicationImage.php
34,6 → 34,7
'commentaire' => 'c.commentaire',
'date' => 'c.date_prise_de_vue',
'tag' => 'tag',
'motcle' => 'tag',
'projet' => 'projet');
 
/**
379,7 → 380,7
' ON (coi.id_observation = ci.id_observation) '.
(($this->etreFluxAdmin()) ? '' : 'WHERE ci.transmission = 1 ').
'ORDER BY '.(isset($this->orderby) && (!is_null($this->orderby)) ? $this->orderby : 'cim.date_creation DESC').' '.
"LIMIT $this->start, $this->limit ";
"LIMIT "; //$this->start, $this->limit ";
 
$elements = $this->executerRequete($requete);