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/path/path.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/path/path.admin.inc') diff --git a/modules/path/path.admin.inc b/modules/path/path.admin.inc index 20999cc92..cab9b5d1f 100644 --- a/modules/path/path.admin.inc +++ b/modules/path/path.admin.inc @@ -65,7 +65,7 @@ function path_admin_overview($keys = NULL) { } $output .= theme('table', $header, $rows); - $output .= theme('pager', NULL, 50, 0); + $output .= theme('pager', NULL); return $output; } -- cgit v1.2.3