X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6a7e0d652b1d40a397e1c1386d500101796676c4..1c175e3a67fbfb94f29c47bdcd02fb28136e591b:/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' ) {