Changeset 2216

Show
Ignore:
Timestamp:
03/03/2008 08:16:40 PM (10 months ago)
Author:
Shadowhand
Message:

Adding "escape" to the default config in Database.

Files:
1 modified

Legend:

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

    r2192 r2216  
    2424                'table_prefix'  => '', 
    2525                'object'        => TRUE, 
    26                 'cache'         => FALSE 
     26                'cache'         => FALSE, 
     27                'escape'        => TRUE, 
    2728        ); 
    2829