From ae1db2239e4c2a67f09ecc6d35b70fc7079425bf Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 14 Apr 2011 08:30:37 +0000 Subject: - mbstring internal encoding is set in iniset.php --- program/include/rcube_vcard.php | 1 - 1 file changed, 1 deletion(-) 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]); } -- cgit v1.2.3