Merged removed notice from stable
authormoodler <moodler>
Wed, 10 Nov 2004 14:19:40 +0000 (14:19 +0000)
committermoodler <moodler>
Wed, 10 Nov 2004 14:19:40 +0000 (14:19 +0000)
mod/scorm/report.php

index 6f34137ad0bcde5d74fc691296587fc19ffcfef9..c993383da7ab26fd6c09e80c0c3528be839cc1ab 100755 (executable)
@@ -45,6 +45,8 @@
 
         if ($course->category) {
             $navigation = "<a href=\"../../course/view.php?id=$course->id\">$course->shortname</a> ->";
+        } else {
+            $navigation = '';
         }
     
         $strscorms = get_string("modulenameplural", "scorm");