summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-13 08:25:27 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-13 08:25:27 +0000
commitd6a164c4008395e323ef8888a3c8867188f40d6b (patch)
tree490ba9b27d1241a595edc4ff055d77fdfced2420 /modules/user/user.module
parentbfb407601b73ccd6fbe79481dcc49517fcbdbe67 (diff)
downloadbrdo-d6a164c4008395e323ef8888a3c8867188f40d6b.tar.gz
brdo-d6a164c4008395e323ef8888a3c8867188f40d6b.tar.bz2
#5371, drupal_get_destination, pager and tablesort array handling, patch by Steven
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index d64068b84..3e15ef3e9 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -1907,7 +1907,7 @@ function user_admin_account() {
}
$output = theme('table', $header, $rows);
- $output .= theme('pager', NULL, 50, 0, tablesort_pager());
+ $output .= theme('pager', NULL, 50, 0);
return $output;
}