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/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 13e272ecd..74f6c21b2 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1194,7 +1194,7 @@ function comment_render($node, $cid = 0) { $comments .= ''; } $output .= $comments; - $output .= theme('pager', NULL, $comments_per_page, 0); + $output .= theme('pager', NULL); } // If enabled, show new comment form if it's not already being displayed. -- cgit v1.2.3