]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge remote-tracking branch 'upstream/master'
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 11 Aug 2015 21:19:51 +0000 (23:19 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 11 Aug 2015 21:19:51 +0000 (23:19 +0200)
Conflicts:
website/reverse.php
website/search.php

1  2 
lib/Geocode.php
lib/lib.php
settings/settings.php
tests/features/api/search_params.feature
tests/features/api/search_simple.feature
utils/setup.php
website/reverse.php

diff --cc lib/Geocode.php
Simple merge
diff --cc lib/lib.php
Simple merge
Simple merge
diff --cc utils/setup.php
Simple merge
index d70a11e9e2a1a0f3639711f9522273a5865bab5a,abc33a09ed297e382cc1d3862fc8147badc63e6f..ee2fa475a308380f616cf0aa92117eeb1ad5f902
                $aPlace = null;
        }
  
 +      logEnd($oDB, $hLog, sizeof($aPlace)?1:0);
  
-       if (CONST_Debug) exit;
+       if (CONST_Debug)
+       {
+               var_dump($aPlace);
+               exit;
+       }
  
        include(CONST_BasePath.'/lib/template/address-'.$sOutputFormat.'.php');