diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-10-08 18:26:33 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-10-08 18:26:33 +0000 |
commit | dcdb584f3315cb0b4c3b6dfe14135bc5a9d5b840 (patch) | |
tree | 415a300fc7337ef128b5dfa961fbef4138290f52 /modules/user/user.module | |
parent | 0feb34c616a112d6efebb6fe458948e1c55b5deb (diff) | |
download | brdo-dcdb584f3315cb0b4c3b6dfe14135bc5a9d5b840.tar.gz brdo-dcdb584f3315cb0b4c3b6dfe14135bc5a9d5b840.tar.bz2 |
- Patch #595982 by moshe, chx: use #tableselect instead of ugly theming on admin users and admin nodes.
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 57c6cd39f..2c8330455 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -65,10 +65,6 @@ function user_theme() { 'arguments' => array('form' => NULL), 'file' => 'user.admin.inc', ), - 'user_admin_account' => array( - 'arguments' => array('form' => NULL), - 'file' => 'user.admin.inc', - ), 'user_filter_form' => array( 'arguments' => array('form' => NULL), 'file' => 'user.admin.inc', |