From cc3655a22c73b3781b53aad82265790f0e768150 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 10 Jul 2003 08:11:58 +0000 Subject: [PATCH] Just some comments --- mod/forum/lib.php | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.5