commit | a2097a077474eab1b9d35acc2c93f0e99a7f12d0 | [log] [tgz] |
---|---|---|
author | Timothy Warren <tim@timshomepage.net> | Mon Oct 10 10:10:46 2011 -0400 |
committer | Timothy Warren <tim@timshomepage.net> | Mon Oct 10 10:10:46 2011 -0400 |
tree | 870eb2c4055ac44a4d3197c86854429324a33d61 | |
parent | a2e7cd4c2f94d9b215d4e6e73be7c276ddd3eaca [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