Changeset 5922 in subversion
- Timestamp:
- Feb 28, 2012 5:35:52 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_charset.php
r5787 r5922 273 273 // @TODO: we need a function for UTF-7 (RFC2152) conversion 274 274 if ($to == 'UTF7-IMAP' || $to == 'UTF-7') { 275 if ($_str = utf8_to_utf7imap($str)) {275 if ($_str = self::utf8_to_utf7imap($str)) { 276 276 return $_str; 277 277 }
Note: See TracChangeset
for help on using the changeset viewer.
