From 84c06483f06993d60f5c92df909cc1e5ff0a3e87 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 7 Jun 2005 08:45:53 +0000 Subject: [PATCH] show groups allways as lang('Group').' '. --- etemplate/inc/class.select_widget.inc.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etemplate/inc/class.select_widget.inc.php b/etemplate/inc/class.select_widget.inc.php index f71194bc81..76bc04dd53 100644 --- a/etemplate/inc/class.select_widget.inc.php +++ b/etemplate/inc/class.select_widget.inc.php @@ -472,7 +472,11 @@ } } $info = $show_type ? '('.$acc['account_type'].') ' : ''; - + + if ($acc['account_type'] == 'g') + { + $longnames = 1; + } switch ($longnames) { case 2: