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