commit | a2129776e35d5c2813e16c57fc9da585a2f880c5 | [log] [tgz] |
---|---|---|
author | Ahmedul Haque Abid <a_h_abid@hotmail.com> | Thu May 01 01:57:53 2014 +0600 |
committer | Ahmedul Haque Abid <a_h_abid@hotmail.com> | Thu May 01 01:57:53 2014 +0600 |
tree | 269d712032b5b657f313c3d47f6d31d5c1bc83be | |
parent | e0839c3f2aba473f5cb7e81d30ebbb4e0d4d16a5 [diff] [blame] |
Added `_trans_failure` property to fix PHP Warning.
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index 7a09141..12ab5bb 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php
@@ -261,6 +261,15 @@ protected $_trans_status = TRUE; /** + * Transaction failure flag + * + * Used with transactions to determine if a transaction has failed. + * + * @var bool + */ + protected $_trans_failure = FALSE; + + /** * Cache On flag * * @var bool