Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3792 → Rev 3793

/trunk/jrest/services/CelSyndicationImage.php
608,7 → 608,7
foreach($tableau_criteres as $nom_critere => $valeur_critere) {
if (isset($this->criteres[$nom_critere])) {
$valeur_critere = Cel::deb()->proteger($valeur_critere);
$valeur_critere = Cel::db()->proteger($valeur_critere);
$tableau_criteres_pour_bdd[] = $this->criteres[$nom_critere].'='.$valeur_critere;
}
}