mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Remove more @function error suppressions
This commit is contained in:
parent
a1ce3f0e84
commit
0d54a372df
5 changed files with 34 additions and 51 deletions
|
|
@ -146,7 +146,7 @@ END;
|
|||
}
|
||||
else
|
||||
{
|
||||
$sSrt = @\utf8_encode($sSrt);
|
||||
$sSrt = \utf8_encode($sSrt);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue