From 5e59a2852225bff2e75b215eb4560b951725981e Mon Sep 17 00:00:00 2001 From: Heather Killam Date: Sun, 5 Jun 2016 19:39:13 -0600 Subject: [PATCH] remove whitespace --- CRM/Contact/Form/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Form/Contact.php b/CRM/Contact/Form/Contact.php index b9eca4a16a..b94c37c783 100644 --- a/CRM/Contact/Form/Contact.php +++ b/CRM/Contact/Form/Contact.php @@ -1292,7 +1292,7 @@ class CRM_Contact_Form_Contact extends CRM_Core_Form { // CRM-17619 - if the street number suffix begins with a number, add a space if ($fld === 'street_number_suffix' && ctype_digit(substr(CRM_Utils_Array::value($fld, $address), 0, 1))) { $streetAddress .= ' '; - } + } $streetAddress .= CRM_Utils_Array::value($fld, $address); } $address['street_address'] = trim($streetAddress); -- 2.25.1