Changeset 3205 in subversion for trunk/roundcubemail/program/include/main.inc
- Timestamp:
- Jan 13, 2010 7:59:21 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/main.inc
r3201 r3205 196 196 // convert charset using iconv module 197 197 if (function_exists('iconv') && $from != 'UTF-7' && $to != 'UTF-7') { 198 $_iconv = iconv($from, $to . '//IGNORE', $str);198 $_iconv = @iconv($from, $to . '//IGNORE', $str); 199 199 if ($_iconv !== false) { 200 200 return $_iconv;
Note: See TracChangeset
for help on using the changeset viewer.
