removed checkProfileOptions() because drop down boxes need no extra checks

This commit is contained in:
Roland Gruber 2004-07-04 10:27:58 +00:00
parent 22b568bcd2
commit 21150d31dd
1 changed files with 0 additions and 7 deletions

View File

@ -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',