remove debug putput

This commit is contained in:
Sarah Hoffmann
2013-05-06 21:33:01 +02:00
parent 3ec91d267b
commit 0e6cfed1a4

View File

@@ -305,7 +305,6 @@
if (isset($_GET['nearlat']) && isset($_GET['nearlon']))
{
$sNearPointSQL = "ST_SetSRID(ST_Point(".(float)$_GET['nearlon'].",".(float)$_GET['nearlat']."),4326)";
echo '<br><b>--'.$sNearPointSQL.'--</b><br>';
$aSearches[0]['fLat'] = (float)$_GET['nearlat'];
$aSearches[0]['fLon'] = (float)$_GET['nearlon'];
$aSearches[0]['fRadius'] = 0.1;