summaryrefslogtreecommitdiff
path: root/modules/profile/profile.pages.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-04-26 19:44:40 +0000
committerDries Buytaert <dries@buytaert.net>2009-04-26 19:44:40 +0000
commit7a6f73f49d0cdbb544ca1a8af36ed3502487456c (patch)
tree9b9765f522c72ada5179f57a7f556ae7402d72bb /modules/profile/profile.pages.inc
parentbda52632a5aa033d44151c224a39236b223c6b0e (diff)
downloadbrdo-7a6f73f49d0cdbb544ca1a8af36ed3502487456c.tar.gz
brdo-7a6f73f49d0cdbb544ca1a8af36ed3502487456c.tar.bz2
- Patch #330748 by stBorchert: remove from theme_pager*.
Diffstat (limited to 'modules/profile/profile.pages.inc')
-rw-r--r--modules/profile/profile.pages.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/profile/profile.pages.inc b/modules/profile/profile.pages.inc
index e1e01d9e0..788e2de61 100644
--- a/modules/profile/profile.pages.inc
+++ b/modules/profile/profile.pages.inc
@@ -66,7 +66,7 @@ function profile_browse() {
$content .= theme('profile_listing', $account, $profile);
}
$output = theme('profile_wrapper', $content);
- $output .= theme('pager', NULL, 20);
+ $output .= theme('pager', NULL);
if ($field->type == 'selection' || $field->type == 'list' || $field->type == 'textfield') {
$title = strtr(check_plain($field->page), array('%value' => theme('placeholder', $value)));
@@ -98,7 +98,7 @@ function profile_browse() {
$content .= theme('profile_listing', $account, $profile);
}
$output = theme('profile_wrapper', $content);
- $output .= theme('pager', NULL, 20);
+ $output .= theme('pager', NULL);
drupal_set_title(t('User list'), PASS_THROUGH);
return $output;