Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1152 Rev 1765
Line 26... Line 26...
26
	 	$this->controleUtilisateur($uid[0]);
26
	 	$this->controleUtilisateur($uid[0]);
Line 27... Line 27...
27
 
27
 
Line 28... Line 28...
28
		$retour = array();
28
		$retour = array();
29
 
29
 
30
        $requete_zones_geo = 'SELECT DISTINCT ce_zone_geo, zone_geo, lieudit, station FROM cel_obs '.
30
        $requete_zones_geo = 'SELECT DISTINCT ce_zone_geo, zone_geo, lieudit, station FROM cel_obs '.
Line 31... Line 31...
31
							 'WHERE ce_utilisateur = '.$this->proteger($uid[0]).' '.
31
							 'WHERE ce_utilisateur = '.Cel::db()->proteger($uid[0]).' '.
Line 32... Line 32...
32
							 'ORDER BY ce_zone_geo ASC, zone_geo ASC, lieudit ASC, station ASC';
32
							 'ORDER BY ce_zone_geo ASC, zone_geo ASC, lieudit ASC, station ASC';
33
 
33
 
34
        $resultat_zones_geo = $this->requeter($requete_zones_geo);
34
        $resultat_zones_geo = Cel::db()->requeter($requete_zones_geo);