]> git.mjollnir.org Git - moodle.git/commitdiff
Avoid one notice in course page (debug=on)
authorstronk7 <stronk7>
Thu, 20 May 2004 19:01:42 +0000 (19:01 +0000)
committerstronk7 <stronk7>
Thu, 20 May 2004 19:01:42 +0000 (19:01 +0000)
:-)

mod/scorm/lib.php

index 142326bcf8276985a7940403ebb1f0292c9bff08..7adc519abc3dc401cdf5701703415a463e712d2a 100755 (executable)
@@ -92,6 +92,8 @@ function scorm_print_recent_activity(&$logs, $isteacher=false) {
 
     global $CFG, $COURSE_TEACHER_COLOR;
 
+    $content = NULL;
+
     return $content;  // True if anything was printed, otherwise false
 }