X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7ed9ecf3504cece2e18ce606af11eb49292d9872..0fb93b1e8a457eede96da97174a7e99b4d698fa2:/website/lookup.php?ds=sidebyside 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');