Changeset 2243
- Timestamp:
- 03/08/2008 08:24:07 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Database.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Database.php
r2216 r2243 810 810 } 811 811 812 // Clear the database cache, if caching is enabled 813 ($this->config['cache'] === TRUE) and $this->clear_cache(); 814 812 815 $sql = $this->driver->insert($this->config['table_prefix'].$table, array_keys($this->set), array_values($this->set)); 813 816
