From: JKingsnorth Date: Mon, 2 Nov 2015 10:20:53 +0000 (+0000) Subject: CRM-17474 Remove erroneous modified_date (refers to contact not contribution) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c474411995a566b7a735f2827c41dead44217af0;p=civicrm-core.git CRM-17474 Remove erroneous modified_date (refers to contact not contribution) --- diff --git a/CRM/Report/Form/Event/ParticipantListing.php b/CRM/Report/Form/Event/ParticipantListing.php index a2ef1f75f1..c77de56d66 100644 --- a/CRM/Report/Form/Event/ParticipantListing.php +++ b/CRM/Report/Form/Event/ParticipantListing.php @@ -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(