Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1332 → Rev 1333

/trunk/services/modules/0.1/images/ListeImages.php
248,8 → 248,8
')';
}
} else {
$masque = " courriel LIKE ".$this->proteger($valeurMasque.'%').
" OR dob.courriel_utilisateur LIKE ".$this->proteger($valeurMasque.'%')." ";
$masque = " ( courriel LIKE ".$this->proteger($valeurMasque.'%').
" OR dob.courriel_utilisateur LIKE ".$this->proteger($valeurMasque.'%').") ";
}
}
return $masque;