From 5ecb68806bbd22967ff383e4285c649703a92a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 16 Jan 2008 22:54:41 +0000 Subject: #210211 by chx, theborg: removing the broken admin user search, which would provide the same as the public facing user search anyway --- modules/user/user.module | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index 3082fa86e..d1b562c7e 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1025,17 +1025,6 @@ function user_menu() { 'file' => 'user.admin.inc', ); - if (module_exists('search')) { - $items['admin/user/search'] = array( - 'title' => 'Search users', - 'description' => 'Search users by name or e-mail address.', - 'page callback' => 'user_admin', - 'page arguments' => array('search'), - 'access arguments' => array('administer users'), - 'file' => 'user.admin.inc', - ); - } - $items['logout'] = array( 'title' => 'Log out', 'access callback' => 'user_is_logged_in', -- cgit v1.2.3