X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cf36e8d2fba81351889208e4499e8d28e7d9593c..c7eea2e41914b0757d6deb3cd595ae6b7458db38:/website/search.php?ds=inline diff --git a/website/search.php b/website/search.php index bf27ef9a..8691aa91 100755 --- a/website/search.php +++ b/website/search.php @@ -13,7 +13,6 @@ $fLat = CONST_Default_Lat; $fLon = CONST_Default_Lon; $iZoom = CONST_Default_Zoom; - $sSuggestionURL = false; $oGeocode =& new Geocode($oDB);