From: moodler Date: Thu, 10 Jul 2003 08:11:58 +0000 (+0000) Subject: Just some comments X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cc3655a22c73b3781b53aad82265790f0e768150;p=moodle.git Just some comments --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 9baae4e41b..26edeb308b 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -307,6 +307,9 @@ function forum_user_complete($course, $user, $mod, $forum) { } function forum_print_recent_activity($course, $isteacher, $timestart) { +/// Given a course and a date, prints a summary of all the new +/// messages posted in the course since that date + global $CFG; $heading = false;