- mbstring internal encoding is set in iniset.php

This commit is contained in:
alecpl
2011-04-14 08:30:37 +00:00
parent bf80b5a237
commit ae1db2239e

View File

@@ -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]);
}