diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-10-21 10:47:27 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-10-21 10:47:27 +0200 |
commit | ccde9d45989d5b2994126956eb6101d1f044e1f7 (patch) | |
tree | eb3cc5b072e1ba4550bbf71eacce7a3e8f7d03e8 /system | |
parent | 0f6659ddfce7214f74aab20ab24a9a88c93059f5 (diff) |
Minor format fix
Diffstat (limited to 'system')
-rw-r--r-- | system/database/drivers/pdo/pdo_driver.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/database/drivers/pdo/pdo_driver.php b/system/database/drivers/pdo/pdo_driver.php index 98fffa021..c63bb9f2f 100644 --- a/system/database/drivers/pdo/pdo_driver.php +++ b/system/database/drivers/pdo/pdo_driver.php @@ -85,8 +85,6 @@ class CI_DB_pdo_driver extends CI_DB { $this->hostname = $this->hostname . ";dbname=".$this->database; - - $this->trans_enabled = FALSE; $this->_random_keyword = ' RND('.time().')'; // database specific random keyword |