X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/db3ced17bbfff00411f506d8c84419c875959d5e..550e7edb64d391c249eeee10186b0c1bec535907:/lib-php/AddressDetails.php diff --git a/lib-php/AddressDetails.php b/lib-php/AddressDetails.php index 3d17ede5..bf8defc2 100644 --- a/lib-php/AddressDetails.php +++ b/lib-php/AddressDetails.php @@ -80,7 +80,6 @@ class AddressDetails } if (isset($sName)) { - $sTypeLabel = strtolower(str_replace(' ', '_', $sTypeLabel)); if (!isset($aAddress[$sTypeLabel]) || $aLine['class'] == 'place' ) {