diff options
Diffstat (limited to 'phpBB/db/mssql.php')
-rw-r--r-- | phpBB/db/mssql.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/db/mssql.php b/phpBB/db/mssql.php index e3bbd09be2..77fe808833 100644 --- a/phpBB/db/mssql.php +++ b/phpBB/db/mssql.php @@ -243,6 +243,7 @@ class sql_db if($transaction == END_TRANSACTION) { $result = mssql_query("COMMIT", $this->db_connect_id); + $this->in_transaction = FALSE; } return $this->query_result; |