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;
}
/trunk/services/modules/0.1/commentaires/ListeCommentaires.php
159,7 → 159,6
'FROM '.$this->gestionBdd->formaterTable('del_commentaire', 'dc');
$requeteLiaisons .= $this->chargerClauseWhere();
$requeteLiaisons .= $this->gestionBdd->getLimitSql();
return $this->bdd->recupererTous($requeteLiaisons);
}