style fix
authorJitendra Purohit <jitendra.purohit@webaccessglobal.com>
Thu, 12 Nov 2015 15:38:46 +0000 (21:08 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Mon, 16 Nov 2015 06:10:43 +0000 (11:40 +0530)
CRM/Report/Form/Activity.php

index 265cb14c1f7730fa7ba888260bab94b12c0f678a..250dd48c89fbc4bf863b92a5f73b03fe11127be2 100644 (file)
@@ -724,7 +724,7 @@ GROUP BY civicrm_activity_id $having {$this->_orderBy}";
   public static function formRule($fields, $files, $self) {
     $errors = array();
     $componentId = CRM_Core_Component::getComponentID('CiviCase');
-    $caseActivityTypes = CRM_Core_OptionGroup::values('activity_type', TRUE, FALSE, FALSE," AND v.component_id={$componentId}");
+    $caseActivityTypes = CRM_Core_OptionGroup::values('activity_type', TRUE, FALSE, FALSE, " AND v.component_id={$componentId}");
     if (!empty($fields['activity_type_id_value']) && is_array($fields['activity_type_id_value']) && empty($fields['include_case_activities_value'])) {
       foreach ($fields['activity_type_id_value'] as $activityTypeId) {
         if (in_array($activityTypeId, $caseActivityTypes)) {