X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6c1977b448e8b195bf96b6144674ffe0527e79de..203b5f7de12ca09d275103eb2eb70fe5a4c20466:/website/lookup.php diff --git a/website/lookup.php b/website/lookup.php index b9cc88f7..71c93715 100755 --- a/website/lookup.php +++ b/website/lookup.php @@ -63,7 +63,7 @@ $sQuery = join(',', $aCleanedQueryParts); // we initialize these to avoid warnings in our logfile $sViewBox = ''; $bShowPolygons = ''; -$aExcludePlaceIDs = []; +$aExcludePlaceIDs = array(); $sMoreURL = ''; include(CONST_BasePath.'/lib/template/search-'.$sOutputFormat.'.php');