summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-16 22:54:41 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-16 22:54:41 +0000
commit5ecb68806bbd22967ff383e4285c649703a92a76 (patch)
tree8cf02b2d4c5f274c2cbe6dda375a3bbab57d9328 /modules/user/user.module
parent7f85bc5bc407faeae64be7dcfbad3f5ab50aa44b (diff)
downloadbrdo-5ecb68806bbd22967ff383e4285c649703a92a76.tar.gz
brdo-5ecb68806bbd22967ff383e4285c649703a92a76.tar.bz2
#210211 by chx, theborg: removing the broken admin user search, which would provide the same as the public facing user search anyway
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module11
1 files changed, 0 insertions, 11 deletions
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',