X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/fb012504b2a4fbeb82461f3fa59b383bf43f8521..d351b10fde0c8e1e2c1ff31577df3ee5825a600c:/website/lookup.php diff --git a/website/lookup.php b/website/lookup.php index 39a17ebd..7675ae13 100644 --- a/website/lookup.php +++ b/website/lookup.php @@ -81,5 +81,7 @@ $bShowPolygons = ''; $aExcludePlaceIDs = array(); $sMoreURL = ''; +logEnd($oDB, $hLog, 1); + $sOutputTemplate = ($sOutputFormat == 'jsonv2') ? 'json' : $sOutputFormat; include(CONST_BasePath.'/lib/template/search-'.$sOutputTemplate.'.php');