Changeset 1500
- Timestamp:
- 12/12/2007 02:38:49 PM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Database.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Database.php
r1494 r1500 25 25 'table_prefix' => '', 26 26 'object' => TRUE, 27 'cache' => TRUE27 'cache' => FALSE 28 28 ); 29 29
