]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/PlaceLookup.php
print warning if no Tiger files found
[nominatim.git] / lib / PlaceLookup.php
index 1a76389ac8a4002a8a2561e0c2e88c25ae4455b5..9f4f143ea23dd2c3f4f7bd488d369671c5ac9bf7 100644 (file)
@@ -248,7 +248,7 @@ class PlaceLookup
             $sSQL .= '     ref, ';
             if ($this->bExtraTags) $sSQL .= 'extratags, ';
             if ($this->bNameDetails) $sSQL .= 'name, ';
-            $sSQL .= "     extra_place ";
+            $sSQL .= '     extra_place ';
 
             $aSubSelects[] = $sSQL;
         }