alecpl
2010-01-13 ecbd5b5d53a9d9d8d24c84dcf2ebf7682f77107d
program/include/main.inc
@@ -195,7 +195,7 @@
  // convert charset using iconv module  
  if (function_exists('iconv') && $from != 'UTF-7' && $to != 'UTF-7') {
    $_iconv = iconv($from, $to . '//IGNORE', $str);
    $_iconv = @iconv($from, $to . '//IGNORE', $str);
    if ($_iconv !== false) {
        return $_iconv;
    }