forked from extern/egroupware
hide errormessage about unsupported charset
This commit is contained in:
parent
3a4f122099
commit
616a09880a
@ -279,7 +279,7 @@
|
|||||||
}
|
}
|
||||||
if ($this->mbstring)
|
if ($this->mbstring)
|
||||||
{
|
{
|
||||||
return mb_convert_encoding($data,$to,$from);
|
return @mb_convert_encoding($data,$to,$from);
|
||||||
}
|
}
|
||||||
if(function_exists('iconv'))
|
if(function_exists('iconv'))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user