forked from extern/egroupware
fixe funny "Group, Name" label, should not contain a comma
This commit is contained in:
parent
eaaad85521
commit
77579f364f
@ -358,7 +358,7 @@ class common
|
||||
|
||||
if ($firstname && $lastname)
|
||||
{
|
||||
$delimiter = ', ';
|
||||
$delimiter = $is_group ? ' ' : ', ';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user