Notice: Undefined index: OnlyIds in /var/www/vhosts/keops/code/applications/Geographic/libs/distances/GetNearAirports.php on line 20
SELECT id, es, distance FROM ( SELECT id, es, keops.GetDistance('51.22','12.18', `latitude`,`longitude`) AS distance FROM keops.geoplaces WHERE keops.geoplaces.asc_3=536 and AND geotype_id = 9 ) AS temp WHERE distance <= 1000 ORDER BY distance ASC, es ASC LIMIT 50; Something Wrong Happen !