mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 21:28:10 +03:00
add logEnd to reverse.php, just like search.php
This commit is contained in:
parent
64f7b13888
commit
b20a534e0c
@ -66,6 +66,7 @@ if (isset($aPlace)) {
|
||||
$aPlace = array();
|
||||
}
|
||||
|
||||
logEnd($oDB, $hLog, count($aPlace) ? 1 : 0);
|
||||
|
||||
if (CONST_Debug) {
|
||||
var_dump($aPlace);
|
||||
|
Loading…
Reference in New Issue
Block a user