From: moodler Date: Wed, 28 Jul 2004 12:01:42 +0000 (+0000) Subject: Fixed a notice X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=82b1b994c8076259e02e8f50a05616867a32e463;p=moodle.git Fixed a notice --- diff --git a/mod/scorm/index.php b/mod/scorm/index.php index 1505879be8..48f5c8b2eb 100755 --- a/mod/scorm/index.php +++ b/mod/scorm/index.php @@ -11,6 +11,8 @@ if ($course->category) { require_login($course->id); $navigation = "id\">$course->shortname ->"; + } else { + $navigation = ''; } add_to_log($course->id, "scorm", "view all", "index.php?id=$course->id", "");