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