X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/1e9f37ab82db1758235bedf83c659693f4ca6c3e..dc2c384208dfbd2d1e3018eb2a0f9f1ee12bea6d:/lib-php/website/details.php?ds=sidebyside 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,';