diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-06 19:44:54 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-06 19:44:54 +0100 |
commit | c54403d2e0351b3951f5651edb6b05c86632c583 (patch) | |
tree | 2eae7d884b464f4a2447b67b5b15b72cd62846b4 | |
parent | 9aa97db15a930bac9beefd3fe23224ef59c6a8e9 (diff) | |
parent | 738f53448fecd1a27c7f89965fbfc47b3bafdb9b (diff) |
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-driver
-rw-r--r-- | system/database/drivers/pdo/pdo_driver.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/database/drivers/pdo/pdo_driver.php b/system/database/drivers/pdo/pdo_driver.php index eadb78ffe..c8732ac3c 100644 --- a/system/database/drivers/pdo/pdo_driver.php +++ b/system/database/drivers/pdo/pdo_driver.php @@ -59,8 +59,7 @@ class CI_DB_pdo_driver extends CI_DB { var $_count_string = "SELECT COUNT(*) AS "; var $_random_keyword; - // need to track the pdo DSN, driver and options - var $dsn; + // need to track the pdo driver and options var $pdodriver; var $options = array(); |