Show
Ignore:
Timestamp:
10/05/2007 03:12:01 PM (14 months ago)
Author:
Shadowhand
Message:

Small changes:

  • Implemented a work around for Profiler being displayed in external resources (scripts can be output with views with Profiler globally enabled)
  • Added inflector::uncountable($str)
Files:
1 modified

Legend:

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

    r658 r673  
    133133$config['autoload'] = array 
    134134( 
    135         'libraries' => 'profiler', 
     135        'libraries' => '', 
    136136        'models'    => '' 
    137137);