From 712a30b520c67ddc71c3f5a7b0a33ea3ae7b57b7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 8 Dec 2003 18:30:20 +0000 Subject: - Improvements by Goba: + removes the lots of pagers and indirect pager themeing + add the theme_pager() function, which should be called as theme("pager", ...) to get a pager. --- 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 185781be2..c101f6347 100644 --- a/modules/user.module +++ b/modules/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)); } -- cgit v1.2.3