Changeset 2362 for trunk/modules/forge/libraries/Form_Input.php
- Timestamp:
- 03/27/2008 04:42:57 PM (8 months ago)
- Files:
-
- 1 modified
-
trunk/modules/forge/libraries/Form_Input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/libraries/Form_Input.php
r2241 r2362 535 535 { 536 536 // Get the length, return if zero 537 if (($length = strlen($this->value)) === 0)537 if (($length = utf8::strlen($this->value)) === 0) 538 538 return; 539 539
