Subversion Repositories Applications.projet

Rev

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

Rev 370 Rev 399
Line 22... Line 22...
22
		$requete_projets = 	'SELECT DISTINCT *'.
22
		$requete_projets = 	'SELECT DISTINCT *'.
23
						   	' FROM projet'.
23
						   	' FROM projet'.
24
						   	' WHERE p_id'.
24
						   	' WHERE p_id'.
25
							' IN '.
25
							' IN '.
26
							'(SELECT psu_id_projet FROM projet_statut_utilisateurs'.
26
							'(SELECT psu_id_projet FROM projet_statut_utilisateurs'.
27
							' WHERE psu_id_utilisateur = '.$id_utilisateur.')'.
27
							' WHERE psu_id_utilisateur = '.$this->bdd->quote($id_utilisateur).')'.
28
							' GROUP BY p_id';
28
							' GROUP BY p_id';
Line 29... Line 29...
29
 
29
 
Line 30... Line 30...
30
		$resume = array();
30
		$resume = array();