mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +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
|
|
@ -463,7 +463,7 @@ class Contact
|
|||
{
|
||||
if (0 < \strlen($sValue))
|
||||
{
|
||||
$sEncValue = @\utf8_encode($sValue);
|
||||
$sEncValue = \utf8_encode($sValue);
|
||||
if (0 === \strlen($sEncValue))
|
||||
{
|
||||
$sEncValue = $sValue;
|
||||
|
|
@ -575,7 +575,7 @@ class Contact
|
|||
{
|
||||
if (0 < \strlen($sValue))
|
||||
{
|
||||
$sEncValue = @\utf8_encode($sValue);
|
||||
$sEncValue = \utf8_encode($sValue);
|
||||
if (0 === \strlen($sEncValue))
|
||||
{
|
||||
$sEncValue = $sValue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue