Cleanup comments. Small bugfixes. Second run
[fa-stable.git] / includes / db / connect_db_mysqli.inc
index 30e3f6c77e455e4c5a64eba0b4719bffcd38da6f..897316d698e22e56c9dcfc8e3257971c555d81a1 100644 (file)
@@ -36,7 +36,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;