From 1172e5db68760fa2caf86ed4cbe678205fa536f3 Mon Sep 17 00:00:00 2001 From: vyshane Date: Sun, 24 Sep 2006 14:03:34 +0000 Subject: [PATCH] Updated comment --- course/lib.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/course/lib.php b/course/lib.php index e542ec2f21..ad89d2f92a 100644 --- a/course/lib.php +++ b/course/lib.php @@ -885,9 +885,10 @@ function print_recent_activity($course) { // $isteacher is to be deprecated! // // TODO: - // 1) Make sure that all _print_recent_activity functions are not - // using the $isteacher value. - // 2) Remove the $isteacher parameter from the function calls. + // 1) Make sure that all _print_recent_activity functions are + // not using the $isteacher value. + // 2) Eventually, remove the $isteacher parameter from the + // function calls. // $modcontent = $print_recent_activity($course, $isteacher, $timestart); if ($modcontent) { -- 2.39.5