fixe funny "Group, Name" label, should not contain a comma

This commit is contained in:
Ralf Becker 2014-03-18 13:34:59 +00:00
parent eaaad85521
commit 77579f364f

View File

@ -358,7 +358,7 @@ class common
if ($firstname && $lastname) if ($firstname && $lastname)
{ {
$delimiter = ', '; $delimiter = $is_group ? ' ' : ', ';
} }
else else
{ {