mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
fix style
This commit is contained in:
@@ -248,7 +248,7 @@ class PlaceLookup
|
|||||||
$sSQL .= ' ref, ';
|
$sSQL .= ' ref, ';
|
||||||
if ($this->bExtraTags) $sSQL .= 'extratags, ';
|
if ($this->bExtraTags) $sSQL .= 'extratags, ';
|
||||||
if ($this->bNameDetails) $sSQL .= 'name, ';
|
if ($this->bNameDetails) $sSQL .= 'name, ';
|
||||||
$sSQL .= " extra_place ";
|
$sSQL .= ' extra_place ';
|
||||||
|
|
||||||
$aSubSelects[] = $sSQL;
|
$aSubSelects[] = $sSQL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user