From f2bdcab35cdcc0f2abba3d4affe06eea40dc1d16 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sun, 27 Apr 2014 16:08:51 -0700 Subject: [PATCH] Fix spaces on previous --- CRM/Contact/Page/AJAX.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Page/AJAX.php b/CRM/Contact/Page/AJAX.php index 870eae3136..a2e9a7e9bd 100644 --- a/CRM/Contact/Page/AJAX.php +++ b/CRM/Contact/Page/AJAX.php @@ -102,7 +102,7 @@ class CRM_Contact_Page_AJAX { // check that this is a valid, active custom field of Contact Reference type $params = array('id' => $cfID); $returnProperties = array('filter', 'data_type', 'is_active'); - $fldValues =$cf = array(); + $fldValues = $cf = array(); CRM_Core_DAO::commonRetrieve('CRM_Core_DAO_CustomField', $params, $cf, $returnProperties); if (!$cf['id'] || !$cf['is_active'] || $cf['data_type'] = !'ContactReference') { echo "$name|error\n"; -- 2.25.1