diff options
Diffstat (limited to 'modules/admin.php')
-rw-r--r-- | modules/admin.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/admin.php b/modules/admin.php index 33cf37d8..0be633e5 100644 --- a/modules/admin.php +++ b/modules/admin.php @@ -51,17 +51,6 @@ function show_manage_users () { } // show_manage_users() -/*! - @function show_user_form - @discussion shows the user form -*/ -function show_user_form ($username, $fullname, $email, $access, $type, $error) { - - require(conf('prefix').'/templates/userform.inc'); - -} // show_user_form() - - /* * show_change_password * |