Changeset 136

Show
Ignore:
Timestamp:
08/05/09 17:03:18 (13 months ago)
Author:
seanja
Message:

Removed some old code from example.config.php

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/config/example.config.php

    r114 r136  
    3737 * Use the full name of the helper if it is your own, or just the prefix if it is built in 
    3838 */ 
    39 $config['auto_load']['helpers'] = array('html', 'url', 'form'); 
    40 if($config['development_environment']){ 
    41         $config['auto_load']['helpers'][] = 'debug'; 
    42         $autoLoad['HELPERS'][] = 'debug'; 
    43 } 
     39$config['auto_load']['helpers'] = array('html', 'url', 'form','debug');