From d14a79088320771aa59f49fe098b95885e9d3554 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Sat, 15 Nov 2014 00:12:58 +0530 Subject: [PATCH] Entity dropdown fix --- CRM/Admin/Form/ScheduleReminders.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CRM/Admin/Form/ScheduleReminders.php b/CRM/Admin/Form/ScheduleReminders.php index aaf2cf62ca..799268ea0b 100644 --- a/CRM/Admin/Form/ScheduleReminders.php +++ b/CRM/Admin/Form/ScheduleReminders.php @@ -77,13 +77,6 @@ class CRM_Admin_Form_ScheduleReminders extends CRM_Admin_Form { } } - if (!empty($_POST) && !empty($_POST['entity'])) { - $mappingID = $_POST['entity'][0]; - } - elseif ($this->_mappingID) { - $mappingID = $this->_mappingID; - } - $this->add( 'text', 'title', -- 2.25.1