X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4bb56d98a8409d5708b599ceded5381bfd99339e..dd44ee625b5bca5cde918f4661db5f31ae656e79:/website/details.php?ds=sidebyside diff --git a/website/details.php b/website/details.php index ad6da237..8c838d46 100755 --- a/website/details.php +++ b/website/details.php @@ -1,4 +1,6 @@ 5000 THEN ST_SimplifyPreserveTopology(geometry, 0.0001) ELSE geometry END) as outlinestring"; $sSQL .= " from placex where place_id = $iPlaceID"; $aPointDetails = $oDB->getRow($sSQL); @@ -68,7 +73,6 @@ { failInternalError("Could not get details of place object.", $sSQL, $aPointDetails); } - $aPointDetails['localname'] = $aPointDetails['localname']?$aPointDetails['localname']:$aPointDetails['housenumber']; $aClassType = getClassTypesWithImportance();