]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix style
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 1 Mar 2020 21:24:32 +0000 (22:24 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 1 Mar 2020 21:24:32 +0000 (22:24 +0100)
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;
         }