Changeset 1500

Show
Ignore:
Timestamp:
12/12/2007 02:38:49 PM (11 months ago)
Author:
zombor
Message:

Change db caching off by default in the library too.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Database.php

    r1494 r1500  
    2525                'table_prefix'  => '', 
    2626                'object'        => TRUE, 
    27                 'cache'         => TRUE 
     27                'cache'         => FALSE 
    2828        ); 
    2929