summaryrefslogtreecommitdiff
path: root/modules/path
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/path
parentbda52632a5aa033d44151c224a39236b223c6b0e (diff)
downloadbrdo-7a6f73f49d0cdbb544ca1a8af36ed3502487456c.tar.gz
brdo-7a6f73f49d0cdbb544ca1a8af36ed3502487456c.tar.bz2
- Patch #330748 by stBorchert: remove from theme_pager*.
Diffstat (limited to 'modules/path')
-rw-r--r--modules/path/path.admin.inc2
1 files changed, 1 insertions, 1 deletions
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;
}