From a7f9a38acf5da59ee70101c6accac566b355921d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 13 Jun 2001 08:47:35 +0000 Subject: - Applied Remco's patch, but added a closing -tag as well. --- includes/comment.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'includes') diff --git a/includes/comment.inc b/includes/comment.inc index 838814d8a..8afe7fe7e 100644 --- a/includes/comment.inc +++ b/includes/comment.inc @@ -253,12 +253,12 @@ function comment_thread_min($cid, $threshold) { $result = db_query("SELECT c.*, u.* FROM comments c LEFT JOIN users u ON c.author = u.id WHERE c.pid = '$cid' ORDER BY c.timestamp, c.cid"); - print ""; } function comment_thread_max($cid, $mode, $threshold, $level = 0, $dummy = 0) { @@ -266,12 +266,12 @@ function comment_thread_max($cid, $mode, $threshold, $level = 0, $dummy = 0) { $result = db_query("SELECT c.*, u.* FROM comments c LEFT JOIN users u ON c.author = u.id WHERE c.pid = '$cid' ORDER BY c.timestamp, c.cid"); - print "