Skip to content
Snippets Groups Projects
Commit 7796c4df authored by madhu sr's avatar madhu sr
Browse files

#Fixes::159015734::madhusr::Canceled status is not updating in the project task module

parent 9da5e042
No related branches found
No related tags found
1 merge request!1148#Fixes::159015734::madhusr::Canceled status is not updating in the project task module
<?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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment