]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/lookup.php
update leaflet.js 1.0 => 1.3
[nominatim.git] / website / lookup.php
index b9cc88f767ccd19df7a90b00e581d931ab7b8231..71c93715f9e47621304bbcbdc3f88f542ff70e9e 100755 (executable)
@@ -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');