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/statistics/statistics.pages.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/statistics/statistics.pages.inc') diff --git a/modules/statistics/statistics.pages.inc b/modules/statistics/statistics.pages.inc index f416054fe..ce508cf61 100644 --- a/modules/statistics/statistics.pages.inc +++ b/modules/statistics/statistics.pages.inc @@ -44,7 +44,7 @@ function statistics_node_tracker() { drupal_set_title($node->title); $output = theme('table', $header, $rows); - $output .= theme('pager', NULL, 30, 0); + $output .= theme('pager', NULL); return $output; } else { @@ -81,7 +81,7 @@ function statistics_user_tracker() { drupal_set_title($account->name); $output = theme('table', $header, $rows); - $output .= theme('pager', NULL, 30, 0); + $output .= theme('pager', NULL); return $output; } else { -- cgit v1.2.3