mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
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