From: stronk7 Date: Thu, 20 May 2004 19:01:42 +0000 (+0000) Subject: Avoid one notice in course page (debug=on) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e1e108d41dcbdb73680841c51556bcd946956e5f;p=moodle.git Avoid one notice in course page (debug=on) :-) --- 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 }