Changeset 1646
- Timestamp:
- 12/30/2007 04:00:36 AM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Validation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Validation.php
r1546 r1646 704 704 705 705 // Change length to the length of the string 706 $length = strlen($str);706 $length = utf8::strlen($str); 707 707 708 708 // Test min length
