Show
Ignore:
Timestamp:
02/16/2008 03:40:44 AM (11 months ago)
Author:
Geert
Message:

Some small changes:

  • Validation length now utf8
  • No more use of :any and :num in routes
  • A few comment updates
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/controllers/template.php

    r1911 r2064  
    2020        protected $template = 'template'; 
    2121 
    22         // Default to no auto-rendering 
     22        // Default to do auto-rendering 
    2323        protected $auto_render = TRUE; 
    2424