]> git.mjollnir.org Git - moodle.git/commitdiff
Rmove bad coursemodule error - not important enough to show
authormoodler <moodler>
Sun, 5 Jan 2003 14:20:33 +0000 (14:20 +0000)
committermoodler <moodler>
Sun, 5 Jan 2003 14:20:33 +0000 (14:20 +0000)
mod/forum/discuss.php

index 3cf7977a714659ebf6f1738417ac769016b658f3..ff64be5617b964dfd1911e3460db09f1c74b7fa9 100644 (file)
@@ -23,7 +23,7 @@
     }
 
     if (!$cm = get_coursemodule_from_instance("forum", $forum->id, $course->id)) {
-        notify("Bad coursemodule for this discussion");
+        //notify("Bad coursemodule for this discussion");  // Only affects navmenu
     }
 
     if ($course->category) {