Skip to content
Snippets Groups Projects
Commit 15706808 authored by Jared Hancock's avatar Jared Hancock
Browse files

Disable strict mode for osTicket sessions

parent a99f5662
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@
@mysql_query('SET NAMES "UTF8"');
@mysql_query('SET COLLATION_CONNECTION=utf8_general_ci');
@db_set_variable('sql_mode', '');
return $dblink;
}
......
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