From 34f3bc4dfb194cfdba2ef4dca17278538c7068d8 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 5 Aug 2016 22:34:42 +0200 Subject: [PATCH] fix merge error --- lib/Geocode.php | 1 - 1 file changed, 1 deletion(-) 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)) -- 2.39.5