Prevent student from seeing quiz when closed, bug 5070

This commit is contained in:
gustav_delius
2006-04-05 09:43:29 +00:00
parent 913a69687b
commit 9c7c8d63f4
+1 -1
View File
@@ -433,7 +433,7 @@
if ($isteacher) {
notify(get_string('notavailabletostudents', 'quiz'));
} else {
print_continue(get_string('notavailable', 'quiz'), "view.php?id={$cm->id}");
notice(get_string('notavailable', 'quiz'), "view.php?id={$cm->id}");
}
}