Changeset 2703
- Timestamp:
- 05/28/2008 04:50:05 PM (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
releases/2.1.2/modules/forge/libraries/Form_Input.php
r1923 r2703 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
