diff options
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 5 |
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'), |