X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ededee63989ddcdf048833aef932bf02a08a1ab4..ccaf7fa47fc7b02927ca4fe0f717e9e5b725ab9d:/website/reverse.php diff --git a/website/reverse.php b/website/reverse.php index ed877899..3f062f46 100755 --- a/website/reverse.php +++ b/website/reverse.php @@ -48,6 +48,8 @@ $aPlace = $oReverseGeocode->lookup(); } + logEnd($oDB, $hLog, sizeof($aPlace)?1:0); + if (CONST_Debug) exit; include(CONST_BasePath.'/lib/template/address-'.$sOutputFormat.'.php');