CRM-17474 Remove erroneous modified_date (refers to contact not contribution)
authorJKingsnorth <john@johnkingsnorth.co.uk>
Mon, 2 Nov 2015 10:20:53 +0000 (10:20 +0000)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Mon, 2 Nov 2015 10:20:53 +0000 (10:20 +0000)
CRM/Report/Form/Event/ParticipantListing.php

index a2ef1f75f1282afbe8b7ac1812aadad916b41d2d..c77de56d669424e9d93aa60e27115dd8b91227cf 100644 (file)
@@ -139,11 +139,6 @@ class CRM_Report_Form_Event_ParticipantListing extends CRM_Report_Form_Event {
           'contact_sub_type' => array(
             'title' => ts('Contact Subtype'),
           ),
-          'modified_date' => array(
-            'title' => ts('Modified Date'),
-            'operatorType' => CRM_Report_Form::OP_DATE,
-            'type' => CRM_Utils_Type::T_DATE
-          ),
         ),
       ),
       'civicrm_email' => array(