1
0
mirror of synced 2025-03-26 09:53:54 +03:00

[2.0] Formatting issues.

This commit is contained in:
romanb 2009-05-28 11:24:22 +00:00
parent 05173a867e
commit f01320665a

View File

@ -732,7 +732,6 @@ class Connection
if ($this->_transactionNestingLevel == 1) { if ($this->_transactionNestingLevel == 1) {
$this->_transactionNestingLevel = 0; $this->_transactionNestingLevel = 0;
$this->_conn->rollback(); $this->_conn->rollback();
} }
--$this->_transactionNestingLevel; --$this->_transactionNestingLevel;