reformat whitespace
authorEileen McNaughton <eileen@fuzion.co.nz>
Wed, 16 Jul 2014 02:49:53 +0000 (14:49 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Wed, 16 Jul 2014 02:49:53 +0000 (14:49 +1200)
CRM/Report/Form/Member/Detail.php

index 13070e6dee9f43afcdddbe651c8c9e3107f25283..b7ea5c05926e197d57328df066060039dbf9e379 100644 (file)
@@ -65,58 +65,57 @@ class CRM_Report_Form_Member_Detail extends CRM_Report_Form {
     }
 
     $this->_columns = array(
-      'civicrm_contact' =>
-        array(
-          'dao' => 'CRM_Contact_DAO_Contact',
-          'fields' => array(
-            'sort_name' => array(
-              'title' => ts('Contact Name'),
-              'required' => TRUE,
-              'default' => TRUE,
-              'no_repeat' => TRUE,
-            ),
-            'id' => array(
-              'no_display' => TRUE,
-              'required' => TRUE,
-            ),
-            'first_name' => array(
-              'title' => ts('First Name'),
-            ),
-            'id' => array(
-              'no_display' => TRUE,
-              'required' => TRUE,
-            ),
-            'last_name' => array(
-              'title' => ts('Last Name'),
-            ),
-            'id' => array(
-              'no_display' => TRUE,
-              'required' => TRUE,
-            ),
-            'contact_type' => array(
-              'title' => ts('Contact Type'),
-            ),
-            'contact_sub_type' => array(
-              'title' => ts('Contact SubType'),
-            ),
+      'civicrm_contact' => array(
+        'dao' => 'CRM_Contact_DAO_Contact',
+        'fields' => array(
+          'sort_name' => array(
+            'title' => ts('Contact Name'),
+            'required' => TRUE,
+            'default' => TRUE,
+            'no_repeat' => TRUE,
+          ),
+          'id' => array(
+            'no_display' => TRUE,
+            'required' => TRUE,
+          ),
+          'first_name' => array(
+            'title' => ts('First Name'),
+          ),
+          'id' => array(
+            'no_display' => TRUE,
+            'required' => TRUE,
           ),
-          'filters' => array(
-            'sort_name' => array(
-              'title' => ts('Contact Name'),
-              'operator' => 'like',
-            ),
-            'id' => array('no_display' => TRUE),
+          'last_name' => array(
+            'title' => ts('Last Name'),
           ),
-          'order_bys' => array(
-            'sort_name' => array(
-              'title' => ts('Last Name, First Name'),
-              'default' => '1',
-              'default_weight' => '0',
-              'default_order' => 'ASC'
-            ),
+          'id' => array(
+            'no_display' => TRUE,
+            'required' => TRUE,
+          ),
+          'contact_type' => array(
+            'title' => ts('Contact Type'),
+          ),
+          'contact_sub_type' => array(
+            'title' => ts('Contact SubType'),
           ),
-          'grouping' => 'contact-fields',
         ),
+        'filters' => array(
+          'sort_name' => array(
+            'title' => ts('Contact Name'),
+            'operator' => 'like',
+          ),
+          'id' => array('no_display' => TRUE),
+        ),
+        'order_bys' => array(
+          'sort_name' => array(
+            'title' => ts('Last Name, First Name'),
+            'default' => '1',
+            'default_weight' => '0',
+            'default_order' => 'ASC'
+          ),
+        ),
+        'grouping' => 'contact-fields',
+      ),
       'civicrm_membership' => array(
         'dao' => 'CRM_Member_DAO_Membership',
         'fields' => array(