Code style fixes
authorJKingsnorth <john@johnkingsnorth.co.uk>
Mon, 2 Nov 2015 14:55:34 +0000 (14:55 +0000)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Mon, 2 Nov 2015 14:55:34 +0000 (14:55 +0000)
CRM/Report/Form/Contact/Summary.php

index f385659333c24cb74c6a747df97db0e37310660f..2f8e4e961b2f81a7264f1235b994ac3c67fd62cb 100644 (file)
@@ -67,7 +67,7 @@ class CRM_Report_Form_Contact_Summary extends CRM_Report_Form {
         ),
         'filters' => array(
           'sort_name' => array(
-            'title' => ts('Contact Name')
+            'title' => ts('Contact Name'),
           ),
           'source' => array(
             'title' => ts('Contact Source'),
@@ -95,7 +95,7 @@ class CRM_Report_Form_Contact_Summary extends CRM_Report_Form {
           'modified_date' => array(
             'title' => ts('Modified Date'),
             'operatorType' => CRM_Report_Form::OP_DATE,
-            'type'         => CRM_Utils_Type::T_DATE
+            'type' => CRM_Utils_Type::T_DATE,
           ),
         ),
         'grouping' => 'contact-fields',