From 6136dfc88758e85c870180f3a3d44644dc6dcd25 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 23 Aug 2004 02:11:02 +0000 Subject: [PATCH] Removed some comments --- mod/forum/lib.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 8c8bc3e82e..7d19fab4d4 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -1570,13 +1570,6 @@ function forum_print_post(&$post, $courseid, $ownpost=false, $reply=false, $link } -// [pj] The first parameter in this function "looks like" a post, but if you find -// the ONLY place it's called from, you 'll see that what gets passed is actually -// a DISCUSSION object!!! Furthermore, that object has properties like discussion -// which a normal discussion object wouldn't have. WTF?!?!? -// -// *** THIS IS MISLEADING AT BEST AND SHOULD BE CORRECTED!!! *** - function forum_print_discussion_header(&$post, $forum, $datestring="") { /// This function prints the overview of a discussion in the forum listing. /// It needs some discussion information and some post information, these -- 2.39.5