From d6a164c4008395e323ef8888a3c8867188f40d6b Mon Sep 17 00:00:00 2001 From: Gerhard Killesreiter Date: Thu, 13 Apr 2006 08:25:27 +0000 Subject: #5371, drupal_get_destination, pager and tablesort array handling, patch by Steven --- modules/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user.module') diff --git a/modules/user.module b/modules/user.module index d64068b84..3e15ef3e9 100644 --- a/modules/user.module +++ b/modules/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; } -- cgit v1.2.3