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

Merge pull request #272 from protich/issue/268+269

parents 92c82200 8c7056c6
No related branches found
No related tags found
No related merge requests found
......@@ -849,7 +849,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