summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-01-14 20:33:42 +0000
committerDries Buytaert <dries@buytaert.net>2003-01-14 20:33:42 +0000
commitd268783669922eab6d6b8a2fb4fffc1400af61dc (patch)
tree3927e6c63b10a6cd103e52e8ee22c2f671cc9b41 /modules/user/user.module
parent20e8f9eba973a469095c7da2abe52b01a140f922 (diff)
downloadbrdo-d268783669922eab6d6b8a2fb4fffc1400af61dc.tar.gz
brdo-d268783669922eab6d6b8a2fb4fffc1400af61dc.tar.bz2
- Small improvement to the admin menu based on feedback from Michael.
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index 537ce008d..cb41b40a5 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -404,7 +404,7 @@ function user_link($type) {
menu_add("user management", url("admin/user"), "User management", $help["user"]);
menu_add("create new account", url("admin/user/create"), "Create a new user account.", $help["create"], "user management", 1);
- menu_add("view user accounts", url("admin/user/account"), "Display user account listings.", $help["view"], "user management", 2, 1);
+ menu_add("view user accounts", url("admin/user/account"), "Display user account listings.", $help["view"], "user management", 2);
menu_add("access rules", url("admin/user/access"), "Configure access rules.", $help["access"], "user management", 3);
menu_add("e-mail rules", url("admin/user/access/mail"), "Allow or deny certain e-mail addresses.", $help["access"], "access rules");
menu_add("username rules", url("admin/user/access/user"), "Allow or deny certain usernames.", $help["access"], "access rules");