From 21150d31ddde9434ca5cbbb9b98d1254fa34af25 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 4 Jul 2004 10:27:58 +0000 Subject: [PATCH] removed checkProfileOptions() because drop down boxes need no extra checks --- lam/lib/modules/sambaGroupMapping.inc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lam/lib/modules/sambaGroupMapping.inc b/lam/lib/modules/sambaGroupMapping.inc index 8d12e58a..e7fc1ddf 100644 --- a/lam/lib/modules/sambaGroupMapping.inc +++ b/lam/lib/modules/sambaGroupMapping.inc @@ -320,13 +320,6 @@ class sambaGroupMapping extends baseModule { return $return; } - // checks if the values of a new or modified profile are valid - // $scope: the account type (user, group, host, ...) - // $options: a hash array (name => value) containing the options - function check_profileOptions($options) { - return array(); - } - function get_pdfFields($account_type="user") { return array( 'gidNumber', 'sambaSID',