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

Merge pull request #100 from greezybacon/issue/100

MySQL Strict mode overwrite - looks good.

Reviewed By: Peter 06/18/12
parents f246c9c1 15706808
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