From: Sarah Hoffmann Date: Fri, 5 Aug 2016 20:34:42 +0000 (+0200) Subject: fix merge error X-Git-Tag: deploy~426 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/34f3bc4dfb194cfdba2ef4dca17278538c7068d8 fix merge error --- diff --git a/lib/Geocode.php b/lib/Geocode.php index 379a24f7..bdc8226e 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -1443,7 +1443,6 @@ if (CONST_Debug) var_dump($sSQL); $aPlaceIDs = chksql($this->oDB->getCol($sSQL)); } - */ //if nothing was found in placex or location_property_aux, then search in Tiger data for this housenumber(location_property_tiger) if (CONST_Use_US_Tiger_Data && !sizeof($aPlaceIDs))