]> git.mjollnir.org Git - moodle.git/commitdiff
Just an uninitialised variable.
authormoodler <moodler>
Mon, 18 Aug 2003 15:17:40 +0000 (15:17 +0000)
committermoodler <moodler>
Mon, 18 Aug 2003 15:17:40 +0000 (15:17 +0000)
mod/workshop/assessments.php

index 5165b85780bf49794c2e8a87358068b201169a7c..919739af9cb7da37cead571f369cbe02abb26a36 100644 (file)
@@ -64,6 +64,8 @@
 
     if ($course->category) {
         $navigation = "<A HREF=\"../../course/view.php?id=$course->id\">$course->shortname</A> ->";
+    } else {
+        $navigation = "";
     }
 
     $strworkshops = get_string("modulenameplural", "workshop");