diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-10-07 15:50:05 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-10-07 15:50:05 +0200 |
commit | e7608b264443bb9803e580f884c44fef46d00fba (patch) | |
tree | ae9391b5f636924e02a48fbc837720041fcbae02 /system/database/DB_forge.php | |
parent | 0e762b32a003dd8a9b805fb95ee7aeb3616c41e3 (diff) |
Revert "Changed all db constructors to newer syntax, made insert_id() function more convenient for postgres on pdo driver"
This reverts commit f7a8d86dbc6805a4e52964bbea76738df75b5f35.
Diffstat (limited to 'system/database/DB_forge.php')
-rw-r--r-- | system/database/DB_forge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php index 6bc40411b..0dd29c238 100644 --- a/system/database/DB_forge.php +++ b/system/database/DB_forge.php @@ -35,7 +35,7 @@ class CI_DB_forge { * Grabs the CI super object instance so we can access it. * */ - function __construct() + function CI_DB_forge() { // Assign the main database object to $this->db $CI =& get_instance(); |