diff --git a/include/class.config.php b/include/class.config.php
index c43f2e305b405b992916324ce0a3813015cf83f8..f819eedb63dd41f2521280852c7681debe130bd6 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)