]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix merge error
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 5 Aug 2016 20:34:42 +0000 (22:34 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 5 Aug 2016 20:34:42 +0000 (22:34 +0200)
lib/Geocode.php

index 379a24f7a3b8827e39213715dd89af8ea35c412d..bdc8226ec9f79d7ad7bf26a01b646baf7544e682 100644 (file)
                                                                        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))