Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1743 Rev 1744
Line 192... Line 192...
192
			"( ".
192
			"( ".
193
			"	SELECT id_utilisateur ".
193
			"	SELECT id_utilisateur ".
194
			"	FROM del_utilisateur_infos ".
194
			"	FROM del_utilisateur_infos ".
195
			"	WHERE preferences LIKE $preferences ".
195
			"	WHERE preferences LIKE $preferences ".
196
			") ".
196
			") ".
197
			"AND TO_DAYS($date) - TO_DAYS(dc.date) <= 1 ".
197
			"AND TO_DAYS($date) - TO_DAYS(dc.date) IN (0, 1) ".
198
			"ORDER BY dc.ce_observation";
198
			"ORDER BY dc.ce_observation";
199
		$commentaires = $this->conteneur->getBdd()->recupererTous($requete);
199
		$commentaires = $this->conteneur->getBdd()->recupererTous($requete);
200
		return $commentaires;
200
		return $commentaires;
201
	}
201
	}