Changeset 2362

Show
Ignore:
Timestamp:
03/27/2008 04:42:57 PM (7 months ago)
Author:
Geert
Message:

Fix #524

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/forge/libraries/Form_Input.php

    r2241 r2362  
    535535        { 
    536536                // Get the length, return if zero 
    537                 if (($length = strlen($this->value)) === 0) 
     537                if (($length = utf8::strlen($this->value)) === 0) 
    538538                        return; 
    539539