From 740a7ccb4d845b703a3dbf8d012186b589ddf1c0 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Wed, 8 Dec 2004 02:47:26 +0000 Subject: [PATCH] Fix sub level threaded comments reported by Che. --- include/comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/comments.php b/include/comments.php index 9fed347..4ddfb09 100644 --- a/include/comments.php +++ b/include/comments.php @@ -169,7 +169,7 @@ function do_display_comments_threaded($handle, $is_main) } else { - echo '
  • '. + echo '
  • '. $ob->subject.' by '.forum_lookup_user($ob->userid).' on '.$ob->time.'
  • '."\n"; }