Cleanup comments. Small bugfixes. Second run
[fa-stable.git] / includes / db / connect_db_mysql.inc
index aa30740fb869ae5c19228c94398f04e8d889b63a..56e36a0ae9d95650b05c7c8f7cae3ff2328067c5 100644 (file)
@@ -33,7 +33,7 @@ function set_global_connection($company=-1)
        ///// This non empty sql_mode values can interphere with FA, so all is set empty during
        ///// our sessions.
        ///// We are, however, investigating the existing code to be compatible in the future.
-               db_query("SET sql_mode = '".SQL_MODE."'");
+       db_query("SET sql_mode = '".SQL_MODE."'");
        /////
        $SysPrefs->refresh();
        return $db;