Changeset 3214 in subversion
- Timestamp:
- Jan 19, 2010 9:47:05 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_shared.inc
r3212 r3214 579 579 $input = rc_utf8_clean($input); 580 580 581 return json_encode($input); 581 // sometimes even using rc_utf8_clean() the input contains invalid UTF-8 sequences 582 // that's why we have @ here 583 return @json_encode($input); 582 584 } 583 585
Note: See TracChangeset
for help on using the changeset viewer.
