Changeset 2593 for trunk/system/core/utf8.php
- Timestamp:
- 04/28/2008 03:04:22 PM (7 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/utf8.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/utf8.php
r2566 r2593 106 106 if (is_array($str) OR is_object($str)) 107 107 { 108 foreach ($str as $key => $val)108 foreach ($str as $key => $val) 109 109 { 110 110 // Recursion!
