Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 610 | Rev 655 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 610 Rev 620
Line 104... Line 104...
104
		        	break;
104
		        	break;
105
		        case 'masque.stc' :
105
		        case 'masque.stc' :
106
		        	$this->ajouterFiltreMasque('statut_culture', $val);
106
		        	$this->ajouterFiltreMasque('statut_culture', $val);
107
		        	break;
107
		        	break;
108
		        case 'masque.and' :
108
		        case 'masque.and' :
109
		        	$this->requete_condition []= " annee > ".$this->getBdd()->proteger($val);
109
		        	$this->requete_condition []= " annee >= ".$this->getBdd()->proteger($val);
110
		        	break;
110
		        	break;
111
		        case 'masque.anf' :
111
		        case 'masque.anf' :
112
		        	$this->requete_condition []= " annee < ".$this->getBdd()->proteger($val);
112
		        	$this->requete_condition []= " annee <= ".$this->getBdd()->proteger($val);
113
		        	break;
113
		        	break;
114
			}
114
			}
Line 115... Line 115...
115
			
115
			
116
		}
116
		}