Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1610 Rev 1765
Line 48... Line 48...
48
		
48
		
49
		$requete_obs = "SELECT ce_zone_geo, ce_utilisateur, courriel_utilisateur, ordre, nom_sel, nom_sel_nn, nom_ret, nom_ret_nn, nt, famille, zone_geo, date_observation," .
49
		$requete_obs = "SELECT ce_zone_geo, ce_utilisateur, courriel_utilisateur, ordre, nom_sel, nom_sel_nn, nom_ret, nom_ret_nn, nt, famille, zone_geo, date_observation," .
50
		    " lieudit, station, milieu, commentaire, transmission  FROM cel_obs ". 
50
		    " lieudit, station, milieu, commentaire, transmission  FROM cel_obs ". 
Line 51... Line 51...
51
			"WHERE ce_zone_geo != '000null' AND ce_zone_geo != '' AND transmission = 1 AND nt!=0 ORDER BY ce_zone_geo, nom_ret LIMIT 50";
51
			"WHERE ce_zone_geo != '000null' AND ce_zone_geo != '' AND transmission = 1 AND nt!=0 ORDER BY ce_zone_geo, nom_ret LIMIT 50";
Line 52... Line 52...
52
 
52
 
53
		$resultat_obs = $this->executerRequete($requete_obs);
53
		$resultat_obs = Cel::db()->executerRequete($requete_obs);
54
        	
54
        	
55
    	// Creating a workbook
55
    	// Creating a workbook