Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1394 Rev 1399
Line 142... Line 142...
142
	}
142
	}
Line 143... Line 143...
143
 
143
 
Line 144... Line 144...
144
	public function getTout($params) {
144
	public function getTout($params) {
145
 
145
 
Line 146... Line 146...
146
		$emplacements = null;		
146
		$emplacements = null;		
147
		$concatenation_id = 'CONCAT(latitude,longitude, wgs84_latitude,wgs84_longitude) ';
147
		$concatenation_id = "CONCAT(IFNULL(latitude,''),IFNULL(longitude,''), IFNULL(wgs84_latitude,''),IFNULL(wgs84_longitude,'')) ";
148
		
148
		
149
		$requete =  'SELECT DISTINCT *, zone_geo AS nom, '.
149
		$requete =  'SELECT DISTINCT *, zone_geo AS nom, '.