removed obsolete functions
This commit is contained in:
parent
d1c5896b44
commit
d1ea4ce0ab
|
@ -148,11 +148,6 @@ class sambaGroupMapping extends baseModule {
|
||||||
return $triggered_messages;
|
return $triggered_messages;
|
||||||
}
|
}
|
||||||
|
|
||||||
function delete_attributes($post) {
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* This function will create the html-page
|
/* This function will create the html-page
|
||||||
* to show a page with all attributes.
|
* to show a page with all attributes.
|
||||||
* It will output a complete html-table
|
* It will output a complete html-table
|
||||||
|
@ -206,11 +201,6 @@ class sambaGroupMapping extends baseModule {
|
||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
|
|
||||||
function display_html_delete(&$post) {
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* This function returns all ldap attributes
|
/* This function returns all ldap attributes
|
||||||
* which are part of sambaGroupMapping and returns
|
* which are part of sambaGroupMapping and returns
|
||||||
* also their values.
|
* also their values.
|
||||||
|
|
Loading…
Reference in New Issue