From: vyshane Date: Sun, 24 Sep 2006 14:03:34 +0000 (+0000) Subject: Updated comment X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1172e5db68760fa2caf86ed4cbe678205fa536f3;p=moodle.git Updated comment --- 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) {