From 8cca514ef83c5b9d6ba2d37938fa75a5c882022a Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 22 Feb 2007 18:38:33 +0000 Subject: [PATCH] fixed help entry (patch 1664542) --- 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 7d62eead..4b72f958 100644 --- a/lam/lib/modules/sambaGroupMapping.inc +++ b/lam/lib/modules/sambaGroupMapping.inc @@ -214,7 +214,7 @@ class sambaGroupMapping extends baseModule { } $return[] = array ( 0 => array ( 'kind' => 'text', 'text' => _('Group type') ), 1 => array ( 'kind' => 'select', 'name' => 'sambaGroupType', 'options' => $names , 'options_selected' => $selected ), - 2 => array ( 'kind' => 'help', 'value' => 'sambaDomainName' )); + 2 => array ( 'kind' => 'help', 'value' => 'type' )); $selectedDomain = array(); if (isset($sel_domain)) $selectedDomain = array($sel_domain); $return[] = array ( 0 => array ( 'kind' => 'text', 'text' => _('Domain') ),