summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-22 15:26:46 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-22 15:26:46 +0000
commit5679074858186e09defac5c303e41512b98d0722 (patch)
tree3f325213ea02509ec8ce4c9c186d34e83bc403b6 /modules/user/user.module
parent29addd06b26192f0d3e1761e7e13b291baf7c5a1 (diff)
downloadbrdo-5679074858186e09defac5c303e41512b98d0722.tar.gz
brdo-5679074858186e09defac5c303e41512b98d0722.tar.bz2
- Patch #550718 by alexanderpas, Gábor Hojtsy | Dries, webchick, ugerhard: tabs on admin pages are not accessible from overviews and menus.
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index 05605499a..76f691007 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -1277,11 +1277,6 @@ function user_menu() {
'weight' => -4,
'file' => 'user.admin.inc',
);
- $items['admin/people/list'] = array(
- 'title' => 'List',
- 'type' => MENU_DEFAULT_LOCAL_TASK,
- 'weight' => -10,
- );
$items['admin/people/create'] = array(
'title' => 'Add user',
'page arguments' => array('create'),