From 845888fef98672ca832a032208905c95e8a5b5b1 Mon Sep 17 00:00:00 2001 From: natrak <> Date: Tue, 24 Jul 2001 08:49:57 +0000 Subject: account.php - real name is now shown to all users. page.module - improved the locale support. comment.inc - added a wrapper table for comment_thread_max() as suggested by nick. --- includes/comment.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'includes') diff --git a/includes/comment.inc b/includes/comment.inc index 428245a02..b88ceadfc 100644 --- a/includes/comment.inc +++ b/includes/comment.inc @@ -239,10 +239,10 @@ 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"); while ($comment = db_fetch_object($result)) { - print ""; } } @@ -252,10 +252,10 @@ 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"); while ($comment = db_fetch_object($result)) { - print "