]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/reverse.php
add logEnd to reverse.php, just like search.php
[nominatim.git] / website / reverse.php
index 0ba1771474512b7255a2e0cc1e640421786552ec..51a8e904a6201b23c4332f2889ca32d4bbb8abc2 100644 (file)
@@ -66,6 +66,7 @@ if (isset($aPlace)) {
     $aPlace = array();
 }
 
+logEnd($oDB, $hLog, count($aPlace) ? 1 : 0);
 
 if (CONST_Debug) {
     var_dump($aPlace);