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:
0545a81
)
CRM-18197: Activity report: fix view-contact links when multiple assign/target contacts.
author
Mathieu Lutfy
<mathieu@bidon.ca>
Wed, 9 Mar 2016 15:33:29 +0000
(10:33 -0500)
committer
Mathieu Lutfy
<mathieu@bidon.ca>
Wed, 9 Mar 2016 15:33:29 +0000
(10:33 -0500)
CRM/Report/Form/Activity.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Activity.php
b/CRM/Report/Form/Activity.php
index 84bc5ea730eeaf236f897703efb467c4a9b3e109..4e407ad8c68001706d5fb0ec91b3ba89417c12db 100644
(file)
--- a/
CRM/Report/Form/Activity.php
+++ b/
CRM/Report/Form/Activity.php
@@
-433,7
+433,7
@@
class CRM_Report_Form_Activity extends CRM_Report_Form {
strstr($clause, 'civicrm_email_contact_target_email') ||
strstr($clause, 'civicrm_phone_contact_target_phone')
) {
- $this->_selectClauses[$key] = "GROUP_CONCAT($clause SEPARATOR ';
') as $clause";
+ $this->_selectClauses[$key] = "GROUP_CONCAT($clause SEPARATOR ';') as $clause";
}
}
}