diff options
author | alecpl <alec@alec.pl> | 2011-04-14 08:30:37 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-04-14 08:30:37 +0000 |
commit | ae1db2239e4c2a67f09ecc6d35b70fc7079425bf (patch) | |
tree | dee42bf701edbadd0e40b60f3a4af619ffe0153f | |
parent | bf80b5a237418621970a7c2bfd4f99c9373cb471 (diff) |
- mbstring internal encoding is set in iniset.php
-rw-r--r-- | program/include/rcube_vcard.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/include/rcube_vcard.php b/program/include/rcube_vcard.php index 25041ea6a..b2ad43644 100644 --- a/program/include/rcube_vcard.php +++ b/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]); } |