diff options
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 185781be2..c101f6347 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1479,7 +1479,7 @@ function user_admin_account() { $rows[] = array($account->uid, format_name($account), $status[$account->status], $account->rolename, format_date($account->timestamp, "small"), l(t("edit account"), "admin/user/edit/$account->uid")); } - $pager = pager_display(NULL, 50, 0, "admin", tablesort_pager()); + $pager = theme("pager", NULL, 50, 0, tablesort_pager()); if (!empty($pager)) { $rows[] = array(array("data" => $pager, "colspan" => 6)); } |