From e1e108d41dcbdb73680841c51556bcd946956e5f Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 20 May 2004 19:01:42 +0000 Subject: [PATCH] Avoid one notice in course page (debug=on) :-) --- mod/scorm/lib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod/scorm/lib.php b/mod/scorm/lib.php index 142326bcf8..7adc519abc 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 } -- 2.39.5