Changeset 2216
- Timestamp:
- 03/03/2008 08:16:40 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Database.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Database.php
r2192 r2216 24 24 'table_prefix' => '', 25 25 'object' => TRUE, 26 'cache' => FALSE 26 'cache' => FALSE, 27 'escape' => TRUE, 27 28 ); 28 29
