Index: branches/5.3.x/core/kernel/utility/temp_handler.php =================================================================== diff -u -N -r15928 -r15931 --- branches/5.3.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 15928) +++ branches/5.3.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 15931) @@ -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;