X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6a3c6c43ea7133c934834ce1face9212f4e3d239..66adbf6a055c877a82fce52767bed7094d0f73a9:/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');