Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 900 Rev 1765
Line 28... Line 28...
28
		if(!isset($uid[0])) {
28
		if(!isset($uid[0])) {
29
			echo '';
29
			echo '';
30
		}
30
		}
Line 31... Line 31...
31
 
31
 
32
		$requete_contributions = "SELECT * FROM cel_obs ".
32
		$requete_contributions = "SELECT * FROM cel_obs ".
33
		"WHERE ce_utilisateur = ".$this->proteger($uid[0])." ".
33
		"WHERE ce_utilisateur = ".Cel::db()->proteger($uid[0])." ".
Line 34... Line 34...
34
		"ORDER BY date_modification DESC LIMIT 0,5";
34
		"ORDER BY date_modification DESC LIMIT 0,5";
Line 35... Line 35...
35
 
35
 
Line 36... Line 36...
36
	    $resultat_contributions = $this->requeter($requete_contributions);
36
	    $resultat_contributions = Cel::db()->requeter($requete_contributions);