From 7796c4dfcc358cf5a6b867ee95c99fcbeebd47c1 Mon Sep 17 00:00:00 2001 From: madhu sr <madhu.sr@vtigersolutions.com> Date: Mon, 15 Apr 2024 10:12:22 +0000 Subject: [PATCH] #Fixes::159015734::madhusr::Canceled status is not updating in the project task module --- modules/Migration/schema/811_to_812.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/Migration/schema/811_to_812.php b/modules/Migration/schema/811_to_812.php index 63d5741af..54b816d79 100644 --- a/modules/Migration/schema/811_to_812.php +++ b/modules/Migration/schema/811_to_812.php @@ -1,12 +1,7 @@ <?php if (defined('VTIGER_UPGRADE')) { -ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING); -ini_set('display_errors', 'On'); -include_once 'include/utils/utils.php'; -include_once 'includes/runtime/Viewer.php'; -include_once 'includes/runtime/LanguageHandler.php'; global $adb, $current_user; $db = PearDatabase::getInstance(); $db->pquery('UPDATE vtiger_projecttaskstatus set projecttaskstatus = "Canceled" where projecttaskstatus = "Canceled "', array()); -} \ No newline at end of file +} -- GitLab