diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-04-14 08:30:37 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-04-14 08:30:37 +0000 |
| commit | 9857ea502abf10f2d7a3d4438755d7e7a9db695e (patch) | |
| tree | 67dab9a65c1edf7a4cb94024ebe4b842a0e7a391 | |
| parent | d5ae0be6dbe87b128dd7620bd955450414b9f3f1 (diff) | |
- mbstring internal encoding is set in iniset.php
git-svn-id: https://svn.roundcube.net/trunk@4655 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/include/rcube_vcard.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_vcard.php b/roundcubemail/program/include/rcube_vcard.php index 25041ea6a..b2ad43644 100644 --- a/roundcubemail/program/include/rcube_vcard.php +++ b/roundcubemail/program/include/rcube_vcard.php @@ -467,7 +467,6 @@ class rcube_vcard { // use mb string function if available if (function_exists('mb_ereg_replace')) { - mb_internal_encoding(RCMAIL_CHARSET); return ":\n " . mb_ereg_replace('(.{70})', "\\1\n ", $matches[1]); } |
