Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1128 → Rev 1129

/trunk/services/modules/0.1/syndication/SyndicationCommentaires.php
196,7 → 196,7
$this->chargerClauseWhere()." ".
"ORDER BY dc.date DESC ".
"LIMIT ".$this->navigation->getDepart().",".$this->navigation->getLimite()." ";
 
$elements = $this->gestionBdd->getBdd()->recupererTous($requete);
return $elements;
}