diff --git a/mod/scorm/lib.php b/mod/scorm/lib.php index 142326bcf82..7adc519abc3 100755 --- a/mod/scorm/lib.php +++ b/mod/scorm/lib.php @@ -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 }