From 18a918c6e78a49b5e8e0c2199f51cbc188baca77 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 27 Dec 2003 10:26:42 +0000 Subject: [PATCH] language of default profile was always selected, fixed --- lam/templates/config/confmain.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lam/templates/config/confmain.php b/lam/templates/config/confmain.php index fe014b3b..2842ee7c 100644 --- a/lam/templates/config/confmain.php +++ b/lam/templates/config/confmain.php @@ -232,12 +232,12 @@ echo ("". _("Attributes in User List") . " *:". "get_userlistAttributes() . "\">"); echo ("" . _("Help") . "\n"); -// user list attributes +// group list attributes echo ("". _("Attributes in Group List") . " *:". "get_grouplistAttributes() . "\">"); echo ("" . _("Help") . "\n"); -// user list attributes +// host list attributes echo ("". _("Attributes in Host List") . " *:". "get_hostlistAttributes() . "\">"); @@ -286,7 +286,7 @@ if(is_file($languagefile)) echo ("\n");