]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/reverse.php
Merge remote-tracking branch 'upstream/master' into cmake-port
[nominatim.git] / website / reverse.php
index bd852e3213da11138cebbd78b9aa2b24e9074abc..9c9b99fbdcd479e752b24c1770b4284c400cec6f 100755 (executable)
@@ -88,6 +88,7 @@ if ($aPlace) {
     }
 }
 
+logEnd($oDB, $hLog, sizeof($aPlace)?1:0);
 
 if (CONST_Debug) {
     var_dump($aPlace);
@@ -100,3 +101,4 @@ if ($sOutputFormat=='html') {
     $sTileAttribution = CONST_Map_Tile_Attribution;
 }
 include(CONST_BasePath.'/lib/template/address-'.$sOutputFormat.'.php');
+>>>>>>> upstream/master