From 38f9e18afba26abe8f90735bedcd1c2044c2535e Mon Sep 17 00:00:00 2001 From: marc tobias Date: Wed, 12 May 2021 19:16:51 +0200 Subject: [PATCH] typelabel value is already lowercased --- lib-php/AddressDetails.php | 1 - 1 file changed, 1 deletion(-) 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' ) { -- 2.45.1