From 7a6f73f49d0cdbb544ca1a8af36ed3502487456c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 26 Apr 2009 19:44:40 +0000 Subject: - Patch #330748 by stBorchert: remove from theme_pager*. --- modules/user/user.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.admin.inc') diff --git a/modules/user/user.admin.inc b/modules/user/user.admin.inc index bb3980779..eb5e621f9 100644 --- a/modules/user/user.admin.inc +++ b/modules/user/user.admin.inc @@ -197,7 +197,7 @@ function user_admin_account() { '#type' => 'checkboxes', '#options' => $accounts ); - $form['pager'] = array('#markup' => theme('pager', NULL, 50, 0)); + $form['pager'] = array('#markup' => theme('pager', NULL)); return $form; } -- cgit v1.2.3