Skip to content
Snippets Groups Projects
Commit 3f6c8677 authored by Peter Rotich's avatar Peter Rotich
Browse files

Remove errant config setting

parent 729b84c4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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