Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1033 Rev 1038
Line 185... Line 185...
185
					$this->construireWhereDate().
185
					$this->construireWhereDate().
186
					$this->construireWhereCommentaire().
186
					$this->construireWhereCommentaire().
187
					$this->construireWhereProjet().
187
					$this->construireWhereProjet().
188
					$this->construireWhereTag();
188
					$this->construireWhereTag();
Line 189... Line -...
189
 
-
 
190
 
189
 
191
		$resultats_emplacements = $this->executerRequete($requete);
190
		$resultats_emplacements = $this->executerRequete($requete);
Line 192... Line 191...
192
		$emplacements = $this->traiterEmplacements($resultats_emplacements);
191
		$emplacements = $this->traiterEmplacements($resultats_emplacements);
193
 
-
 
194
		return $emplacements;
192
 
Line 195... Line 193...
195
 
193
		return $emplacements;
196
	}
194
	}
197
 
195