From 255e2d0eb7e25a8e7f61e18f12c0889c4ac5cdc6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 26 Nov 2001 09:16:16 +0000 Subject: - removed an unused variable --- includes/comment.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/comment.inc b/includes/comment.inc index 983117392..f10fb89c9 100644 --- a/includes/comment.inc +++ b/includes/comment.inc @@ -242,7 +242,7 @@ function comment_thread_min($cid, $threshold) { } } -function comment_thread_max($cid, $mode, $threshold, $level = 0, $dummy = 0) { +function comment_thread_max($cid, $mode, $threshold, $level = 0) { global $user; /* @@ -261,7 +261,7 @@ function comment_thread_max($cid, $mode, $threshold, $level = 0, $dummy = 0) { comment_view($comment, (comment_visible($comment, $threshold) ? comment_links($comment, 0) : 0)); print "\n"; - comment_thread_max($comment->cid, $mode, $threshold, $level + 1, $dummy + 1); + comment_thread_max($comment->cid, $mode, $threshold, $level + 1); } } -- cgit v1.2.3