add logEnd to reverse.php, just like search.php

This commit is contained in:
marc tobias
2019-02-26 15:03:40 +01:00
parent 64f7b13888
commit 0e7ea9662e

View File

@@ -66,6 +66,7 @@ if (isset($aPlace)) {
$aPlace = array(); $aPlace = array();
} }
logEnd($oDB, $hLog, count($aPlace));
if (CONST_Debug) { if (CONST_Debug) {
var_dump($aPlace); var_dump($aPlace);