From: Heather Killam Date: Mon, 6 Jun 2016 01:39:13 +0000 (-0600) Subject: remove whitespace X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5e59a2852225bff2e75b215eb4560b951725981e;p=civicrm-core.git remove whitespace --- 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);