From ae1db2239e4c2a67f09ecc6d35b70fc7079425bf Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 14 Apr 2011 04:30:37 -0400 Subject: [PATCH] - mbstring internal encoding is set in iniset.php --- 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 25041ea..b2ad436 100644 --- a/program/include/rcube_vcard.php +++ b/program/include/rcube_vcard.php @@ -467,7 +467,6 @@ { // 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]); } -- Gitblit v1.9.1