projects
/
nominatim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
64f7b13
)
add logEnd to reverse.php, just like search.php
author
marc tobias
<mtmail@gmx.net>
Tue, 26 Feb 2019 14:03:40 +0000
(15:03 +0100)
committer
Sarah Hoffmann
<lonvia@denofr.de>
Wed, 27 Feb 2019 19:22:50 +0000
(20:22 +0100)
website/reverse.php
patch
|
blob
|
history
diff --git
a/website/reverse.php
b/website/reverse.php
index 0ba1771474512b7255a2e0cc1e640421786552ec..51a8e904a6201b23c4332f2889ca32d4bbb8abc2 100644
(file)
--- a/
website/reverse.php
+++ b/
website/reverse.php
@@
-66,6
+66,7
@@
if (isset($aPlace)) {
$aPlace = array();
}
$aPlace = array();
}
+logEnd($oDB, $hLog, count($aPlace) ? 1 : 0);
if (CONST_Debug) {
var_dump($aPlace);
if (CONST_Debug) {
var_dump($aPlace);