Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 610 → Rev 611

/trunk/services/modules/0.1/coste/Images.php
99,7 → 99,7
while(strstr($valeur,',,')) {
$valeur = str_replace(',,',',',$valeur);
}
$condition = " flore_bdtfx_".$type_masque." IN ($valeur)";
$condition = " flore_bdtfx_".$type_masque." IN ($valeur) AND flore_bdtfx_".$type_masque." not in (0, '')";
$this->requete_condition[] = $condition;
} else {
$e = "valeur incorrecte pour masque.".$type_masque;