From fb8025056c39148dc784d529374e3e48ebebb454 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 6 Oct 2010 13:38:40 +0000 Subject: - Patch #932098 by sun: various bogus theme variables. --- modules/profile/profile.pages.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/profile') diff --git a/modules/profile/profile.pages.inc b/modules/profile/profile.pages.inc index a85d6fe1f..064630ba4 100644 --- a/modules/profile/profile.pages.inc +++ b/modules/profile/profile.pages.inc @@ -74,7 +74,7 @@ function profile_browse() { $content .= theme('profile_listing', array('account' => $account, 'fields' => $profile)); } $output = theme('profile_wrapper', array('content' => $content)); - $output .= theme('pager', array('tags' => NULL)); + $output .= theme('pager'); if ($field->type == 'selection' || $field->type == 'list' || $field->type == 'textfield') { $title = strtr(check_plain($field->page), array('%value' => drupal_placeholder($value))); @@ -111,7 +111,7 @@ function profile_browse() { $content .= theme('profile_listing', array('account' => $account, 'fields' => $profile)); } $output = theme('profile_wrapper', array('content' => $content)); - $output .= theme('pager', array('tags' => NULL)); + $output .= theme('pager'); drupal_set_title(t('User list')); return $output; -- cgit v1.2.3