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