Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1398 → Rev 1399

/trunk/jrest/services/CelWidgetMapPoint.php
144,7 → 144,7
public function getTout($params) {
 
$emplacements = null;
$concatenation_id = 'CONCAT(latitude,longitude, wgs84_latitude,wgs84_longitude) ';
$concatenation_id = "CONCAT(IFNULL(latitude,''),IFNULL(longitude,''), IFNULL(wgs84_latitude,''),IFNULL(wgs84_longitude,'')) ";
$requete = 'SELECT DISTINCT *, zone_geo AS nom, '.
"mots_cles_texte, ".