show groups allways as lang('Group').' '.

This commit is contained in:
Ralf Becker 2005-06-07 08:45:53 +00:00
parent 387c31e9cd
commit 84c06483f0

View File

@ -472,7 +472,11 @@
} }
} }
$info = $show_type ? '('.$acc['account_type'].') ' : ''; $info = $show_type ? '('.$acc['account_type'].') ' : '';
if ($acc['account_type'] == 'g')
{
$longnames = 1;
}
switch ($longnames) switch ($longnames)
{ {
case 2: case 2: