summaryrefslogtreecommitdiffstats
path: root/system/database/DB_forge.php
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2011-10-07 15:50:05 +0200
committerTimothy Warren <tim@timshomepage.net>2011-10-07 15:50:05 +0200
commite7608b264443bb9803e580f884c44fef46d00fba (patch)
treeae9391b5f636924e02a48fbc837720041fcbae02 /system/database/DB_forge.php
parent0e762b32a003dd8a9b805fb95ee7aeb3616c41e3 (diff)
Revert "Changed all db constructors to newer syntax, made insert_id() function more convenient for postgres on pdo driver"
Diffstat (limited to 'system/database/DB_forge.php')
-rw-r--r--system/database/DB_forge.php2
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();