]> git.mjollnir.org Git - moodle.git/commitdiff
Updated comment
authorvyshane <vyshane>
Sun, 24 Sep 2006 14:03:34 +0000 (14:03 +0000)
committervyshane <vyshane>
Sun, 24 Sep 2006 14:03:34 +0000 (14:03 +0000)
course/lib.php

index e542ec2f21adc6c80f5f66b70360087bb9a217bc..ad89d2f92a4be32291d0b31518b88cf45af316f1 100644 (file)
@@ -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) {