Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3796 → Rev 3797

/branches/v3.00-serfouette/jrest/services/CelSyndicationObservation.php
359,7 → 359,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;
}
}