From 5679074858186e09defac5c303e41512b98d0722 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 22 Sep 2009 15:26:46 +0000 Subject: =?UTF-8?q?-=20Patch=20#550718=20by=20alexanderpas,=20G=C3=A1bor?= =?UTF-8?q?=20Hojtsy=20|=20Dries,=20webchick,=20ugerhard:=20tabs=20on=20ad?= =?UTF-8?q?min=20pages=20are=20not=20accessible=20from=20overviews=20and?= =?UTF-8?q?=20menus.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/user/user.module | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/user/user.module') 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'), -- cgit v1.2.3