commit | 07a59548c0761c5ac4562019d13913f2b82c6018 | [log] [tgz] |
---|---|---|
author | Dionysis Arvanitis <dionysis.arvanitis@gmail.com> | Tue Feb 19 22:31:05 2013 +0200 |
committer | Dionysis Arvanitis <dionysis.arvanitis@gmail.com> | Tue Feb 19 22:31:05 2013 +0200 |
tree | 32f42907b81cc6fd5dbc5797ed341547aefae8b2 | |
parent | a1ff8b3c0ed9d5315cd4c22e5878d057204d9378 [diff] [blame] |
Set transaction enabled flag default to TRUE
diff --git a/system/database/drivers/pdo/pdo_driver.php b/system/database/drivers/pdo/pdo_driver.php index 34adf0f..ffbafea 100644 --- a/system/database/drivers/pdo/pdo_driver.php +++ b/system/database/drivers/pdo/pdo_driver.php
@@ -53,7 +53,7 @@ * * @var bool */ - public $trans_enabled = FALSE; + public $trans_enabled = TRUE; /** * PDO Options