alecpl
2011-04-14 ae1db2239e4c2a67f09ecc6d35b70fc7079425bf
- mbstring internal encoding is set in iniset.php


1 files modified
1 ■■■■ changed files
program/include/rcube_vcard.php 1 ●●●● patch | view | raw | blame | history
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]);
    }