fixed syntax error

This commit is contained in:
Roland Gruber 2004-10-08 11:26:59 +00:00
parent 86317469f7
commit 214d38571d
1 changed files with 1 additions and 1 deletions

View File

@ -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"),