Rolled back, bug Bug #4431 hasnt been fixed

This commit is contained in:
moodler 2005-12-08 06:48:50 +00:00
parent d0087b2f5c
commit aff9fe5e11

View File

@ -169,13 +169,6 @@
} }
} }
//if forum is hidden then only teacher and admin can see it
if ($forum->visible == 0 and !isadmin() and !isteacher($course->id)) {
print_heading("Sorry, you don't have permission to see this discussion");
print_footer($course);
die;
}
/// Print the controls across the top /// Print the controls across the top