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/libraries/Validation.php

    r2063 r2064  
    492492                        return FALSE; 
    493493 
    494                 $size = strlen($str); 
     494                $size = utf8::strlen($str); 
    495495                $status = FALSE; 
    496496