Changeset 1668 for trunk/system/config/cache_sqlite.php
- Timestamp:
- 01/04/2008 10:01:49 AM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/cache_sqlite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/cache_sqlite.php
r1530 r1668 1 1 <?php defined('SYSPATH') or die('No direct script access.'); 2 2 /** 3 * @package Cache:SQLite 4 */ 3 5 $config['schema'] = 4 6 'CREATE TABLE caches(
