]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/search.php
status after hackweekend London
[nominatim.git] / website / search.php
index bf27ef9a8157e734536b60196f35f009cf3d19ba..8691aa91bd48fe62ee95b6cc915b0bb8d5c1289c 100755 (executable)
@@ -13,7 +13,6 @@
        $fLat = CONST_Default_Lat;
        $fLon = CONST_Default_Lon;
        $iZoom = CONST_Default_Zoom;
-       $sSuggestionURL = false;
 
        $oGeocode =& new Geocode($oDB);