Small fixes

This commit is contained in:
RainLoop Team 2014-02-23 02:38:35 +04:00
parent 48c2f7807d
commit a60c2014b0
9 changed files with 203 additions and 203 deletions

View file

@ -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))