From e13bc3b5fa52d5fa289c9df4312e7cc1a1b9e62e Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 3 Mar 2014 06:47:09 +1300 Subject: [PATCH] Remove old check on how setting has been defined it has only been applied to one var so it's needless mess --- CRM/Admin/Form/Preferences/Display.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CRM/Admin/Form/Preferences/Display.php b/CRM/Admin/Form/Preferences/Display.php index c7909a7c5b..6f5e00a585 100644 --- a/CRM/Admin/Form/Preferences/Display.php +++ b/CRM/Admin/Form/Preferences/Display.php @@ -41,12 +41,6 @@ class CRM_Admin_Form_Preferences_Display extends CRM_Admin_Form_Preferences { function preProcess() { CRM_Utils_System::setTitle(ts('Settings - Display Preferences')); - if (defined('CIVICRM_ACTIVITY_ASSIGNEE_MAIL') && CIVICRM_ACTIVITY_ASSIGNEE_MAIL) { - CRM_Core_Session::setStatus(ts('Your civicrm.settings.php file contains CIVICRM_ACTIVITY_ASSIGNEE_MAIL but this - constant is no longer used. Please remove this from your config file and set your "Notify Activity Assignees" - preference below.'), ts("Deprecated Constant"), "alert"); - } - $this->_varNames = array( CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME => array( -- 2.25.1