CRM-18197: Activity report: fix view-contact links when multiple assign/target contacts.
authorMathieu Lutfy <mathieu@bidon.ca>
Wed, 9 Mar 2016 15:33:29 +0000 (10:33 -0500)
committerMathieu Lutfy <mathieu@bidon.ca>
Wed, 9 Mar 2016 15:33:29 +0000 (10:33 -0500)
CRM/Report/Form/Activity.php

index 84bc5ea730eeaf236f897703efb467c4a9b3e109..4e407ad8c68001706d5fb0ec91b3ba89417c12db 100644 (file)
@@ -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";
         }
       }
     }