Subversion Repositories eFlore/Applications.cel

Rev

Rev 2294 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2294 Rev 2295
Line 160... Line 160...
160
					$this->construireWhereDate().
160
					$this->construireWhereDate().
161
					$this->construireWhereCommentaire().
161
					$this->construireWhereCommentaire().
162
					$this->construireWherePhotosSeulement().
162
					$this->construireWherePhotosSeulement().
163
					$this->construireWhereProjet().
163
					$this->construireWhereProjet().
164
					$this->construireWhereTag().
164
					$this->construireWhereTag().
165
					$this->construireWhereNombreDeJours();
165
					$this->construireWhereNombreDeJours().
166
					$this->construireWhereAnnee().
166
					$this->construireWhereAnnee();
Line 167... Line 167...
167
 
167
 
168
		$resultats_nb_obs = Cel::db()->requeter($requete);
168
		$resultats_nb_obs = Cel::db()->requeter($requete);
169
		return $resultats_nb_obs[0]['nb'];
169
		return $resultats_nb_obs[0]['nb'];