mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
hide errormessage about unsupported charset
This commit is contained in:
parent
3a4f122099
commit
616a09880a
@ -279,7 +279,7 @@
|
||||
}
|
||||
if ($this->mbstring)
|
||||
{
|
||||
return mb_convert_encoding($data,$to,$from);
|
||||
return @mb_convert_encoding($data,$to,$from);
|
||||
}
|
||||
if(function_exists('iconv'))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user