Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 619 → Rev 620

/trunk/services/modules/0.1/bdtfx/Noms.php
106,10 → 106,10
$this->ajouterFiltreMasque('statut_culture', $val);
break;
case 'masque.and' :
$this->requete_condition []= " annee > ".$this->getBdd()->proteger($val);
$this->requete_condition []= " annee >= ".$this->getBdd()->proteger($val);
break;
case 'masque.anf' :
$this->requete_condition []= " annee < ".$this->getBdd()->proteger($val);
$this->requete_condition []= " annee <= ".$this->getBdd()->proteger($val);
break;
}