Changeset 1497
- Timestamp:
- 12/12/2007 10:44:49 AM (13 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/drivers/Database_Mysqli.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/drivers/Database_Mysqli.php
r1496 r1497 64 64 { 65 65 // Set the cached object 66 self::$query_cache[$hash] = new Mysqli_Result($this->link, $this->db_config['object'], $sql);66 self::$query_cache[$hash] = new Kohana_Mysqli_Result($this->link, $this->db_config['object'], $sql); 67 67 } 68 68
