commit | 6f531dc364553975a8ea4dce85927a09f6628902 | [log] [tgz] |
---|---|---|
author | Timothy Warren <tim@timshomepage.net> | Mon Oct 10 10:10:46 2011 -0400 |
committer | Phil Sturgeon <email@philsturgeon.co.uk> | Wed Oct 26 23:42:06 2011 +0100 |
tree | 7f61e9fa366ca736ac0b1efbdad48feb6f8a76a7 | |
parent | 24f325c079d33a456f15311442ed21b437df1ea7 [diff] [blame] |
Converted database constructors to PHP5 type
diff --git a/system/database/DB_cache.php b/system/database/DB_cache.php index 3bf065c..ad1c28d 100644 --- a/system/database/DB_cache.php +++ b/system/database/DB_cache.php
@@ -33,7 +33,7 @@ * Grabs the CI super object instance so we can access it. * */ - function CI_DB_Cache(&$db) + function __construct(&$db) { // Assign the main CI object to $this->CI // and load the file helper since we use it a lot