X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/fdff5791884da75cabe9e9393f1ac8a6021ab464..7219ee653276359d4485ff8b89e1841e42af71c5:/lib-php/website/details.php diff --git a/lib-php/website/details.php b/lib-php/website/details.php index 0d67ec83..99307bbd 100644 --- a/lib-php/website/details.php +++ b/lib-php/website/details.php @@ -1,4 +1,12 @@ getAll($sSQL); } -// All places this is an imediate parent of +// All places this is an immediate parent of $aHierarchyLines = false; if ($bIncludeHierarchy) { $sSQL = 'SELECT obj.place_id, osm_type, osm_id, class, type, housenumber,';