projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9624538
)
Fix spaces on previous
author
Eileen McNaughton
<eileen@mcnaughty.com>
Sun, 27 Apr 2014 23:08:51 +0000
(16:08 -0700)
committer
Eileen McNaughton
<eileen@mcnaughty.com>
Sun, 27 Apr 2014 23:08:51 +0000
(16:08 -0700)
CRM/Contact/Page/AJAX.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Page/AJAX.php
b/CRM/Contact/Page/AJAX.php
index 870eae3136894ad50505221b007eb5e9ea7b225e..a2e9a7e9bd38a8a42205e0da6d8ae7031c6ef63c 100644
(file)
--- 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";