forked from extern/egroupware
show groups allways as lang('Group').' '.
This commit is contained in:
parent
387c31e9cd
commit
84c06483f0
@ -472,7 +472,11 @@
|
||||
}
|
||||
}
|
||||
$info = $show_type ? '('.$acc['account_type'].') ' : '';
|
||||
|
||||
|
||||
if ($acc['account_type'] == 'g')
|
||||
{
|
||||
$longnames = 1;
|
||||
}
|
||||
switch ($longnames)
|
||||
{
|
||||
case 2:
|
||||
|
Loading…
Reference in New Issue
Block a user