Fix sub level threaded comments reported by Che.

This commit is contained in:
Chris Morgan
2004-12-08 02:47:26 +00:00
committed by WineHQ
parent 7225512fc3
commit 740a7ccb4d

View File

@@ -169,7 +169,7 @@ function do_display_comments_threaded($handle, $is_main)
}
else
{
echo '<li><a href="commentview.php?appId='.$ob->appId.'&versionId='.$ob->versionId.'&threadId='.$ob->commentId.'"> '.
echo '<li><a href="commentview.php?appId='.$ob->appId.'&versionId='.$ob->versionId.'&threadId='.$ob->parentId.'"> '.
$ob->subject.' </a> by '.forum_lookup_user($ob->userid).' on '.$ob->time.' </li>'."\n";
}