mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Small fixes
This commit is contained in:
parent
48c2f7807d
commit
a60c2014b0
9 changed files with 203 additions and 203 deletions
|
|
@ -140,7 +140,7 @@ class Contact
|
|||
$sDisplay = '';
|
||||
if (0 < \strlen($sLastName) || 0 < \strlen($sFirstName))
|
||||
{
|
||||
$sDisplay = \trim($sLastName.' '.$sFirstName);
|
||||
$sDisplay = \trim($sFirstName.' '.$sLastName);
|
||||
}
|
||||
|
||||
if ('' === $sDisplay && 0 < \strlen($sEmail))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue