Fix spaces on previous
authorEileen McNaughton <eileen@mcnaughty.com>
Sun, 27 Apr 2014 23:08:51 +0000 (16:08 -0700)
committerEileen McNaughton <eileen@mcnaughty.com>
Sun, 27 Apr 2014 23:08:51 +0000 (16:08 -0700)
CRM/Contact/Page/AJAX.php

index 870eae3136894ad50505221b007eb5e9ea7b225e..a2e9a7e9bd38a8a42205e0da6d8ae7031c6ef63c 100644 (file)
@@ -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";