X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8c444378bcc542413eaa5789e21995e33c96a751..a00ea23847b37b7e953c556475a1946681e33fe0:/lib/PlaceLookup.php?ds=sidebyside diff --git a/lib/PlaceLookup.php b/lib/PlaceLookup.php index 1a76389a..9f4f143e 100644 --- a/lib/PlaceLookup.php +++ b/lib/PlaceLookup.php @@ -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; }