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