From 214d38571debe28071c7aa2d6a58104eff67821a Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 8 Oct 2004 11:26:59 +0000 Subject: [PATCH] fixed syntax error --- lam/lib/modules/sambaGroupMapping.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/modules/sambaGroupMapping.inc b/lam/lib/modules/sambaGroupMapping.inc index f92b240f..9543479f 100644 --- a/lam/lib/modules/sambaGroupMapping.inc +++ b/lam/lib/modules/sambaGroupMapping.inc @@ -229,7 +229,7 @@ class sambaGroupMapping extends baseModule { 'rid' => array( "ext" => "FALSE", "Headline" => _("Samba RID number"), - "Text" => _("This is the relative ID (similar to UID on Unix) for Windows accounts. If you leave this empty LAM will calculate the RID from the UID. This can be either a number or the name of a special group:") . ' ' . implode(array_keys($this->rids))), + "Text" => _("This is the relative ID (similar to UID on Unix) for Windows accounts. If you leave this empty LAM will calculate the RID from the UID. This can be either a number or the name of a special group:") . ' ' . implode(", ", array_keys($this->rids))), 'sambaDomainName' => array( "ext" => "FALSE", "Headline" => _("Domain"),