Index: branches/5.2.x/core/kernel/utility/temp_handler.php =================================================================== diff -u -N -r15856 -r16407 --- branches/5.2.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 15856) +++ branches/5.2.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 16407) @@ -1,6 +1,6 @@ debugMode = $this->Application->isDebugMode(); - $connection->Connect(SQL_SERVER, SQL_USER, SQL_PASS, SQL_DB, true); + $connection->Connect(SQL_SERVER, SQL_USER, SQL_PASS, SQL_DB); } return $connection; @@ -1054,4 +1054,4 @@ return true; } -} \ No newline at end of file +}