From 21c744ca4abba3734fe0f859c3acdb391d4c7faf Mon Sep 17 00:00:00 2001 From: monishdeb Date: Tue, 24 Mar 2015 20:19:10 +0530 Subject: [PATCH] minor fix --- CRM/Admin/Form/ScheduleReminders.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CRM/Admin/Form/ScheduleReminders.php b/CRM/Admin/Form/ScheduleReminders.php index fc6f7dce2d..165d54fd18 100644 --- a/CRM/Admin/Form/ScheduleReminders.php +++ b/CRM/Admin/Form/ScheduleReminders.php @@ -119,8 +119,7 @@ class CRM_Admin_Form_ScheduleReminders extends CRM_Admin_Form { array( 'name' => 'entity[0]', 'style' => 'vertical-align: top;', - ), - TRUE + ) ); $sel->setOptions(array($sel1, $sel2, $sel3)); -- 2.25.1