]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/lookup.php
Document minimum phpunit version
[nominatim.git] / website / lookup.php
index 39a17ebdb693efd1706ee9f3f758d1b1c050f6db..7675ae1358006870631a8055c69812b8a00a4679 100644 (file)
@@ -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');