summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/pdo
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2011-10-21 10:47:27 +0200
committerTimothy Warren <tim@timshomepage.net>2011-10-21 10:47:27 +0200
commitccde9d45989d5b2994126956eb6101d1f044e1f7 (patch)
treeeb3cc5b072e1ba4550bbf71eacce7a3e8f7d03e8 /system/database/drivers/pdo
parent0f6659ddfce7214f74aab20ab24a9a88c93059f5 (diff)
Minor format fix
Diffstat (limited to 'system/database/drivers/pdo')
-rw-r--r--system/database/drivers/pdo/pdo_driver.php2
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