From 3f6c867707aee3c3048a816a3ab000af11370661 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Tue, 11 Sep 2012 10:03:39 -0400 Subject: [PATCH] Remove errant config setting --- include/class.config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/class.config.php b/include/class.config.php index c43f2e305..f819eedb6 100644 --- a/include/class.config.php +++ b/include/class.config.php @@ -848,7 +848,6 @@ class Config { if($errors) return false; $sql= 'UPDATE '.CONFIG_TABLE.' SET updated=NOW() ' - .',ticket_notice_active='.db_input($vars['ticket_notice_active']) .',ticket_alert_active='.db_input($vars['ticket_alert_active']) .',ticket_alert_admin='.db_input(isset($vars['ticket_alert_admin'])?1:0) .',ticket_alert_dept_manager='.db_input(isset($vars['ticket_alert_dept_manager'])?1:0) -- GitLab