(http://moodle.org/bugs/bug.php?op=show&bugid=1831)

Merged from MOODLE_14_STABLE
This commit is contained in:
stronk7 2004-08-30 14:42:18 +00:00
parent 3c9789b1ff
commit c9e9fb0fd7

View File

@ -39,12 +39,7 @@
require_login();
}
if ($course->category) {
require_login($course->id);
if (isguest()) {
error("You must be logged to use this page.");
}
}
require_course_login($course);
/// setting the default values for the display mode of the current glossary
/// only if the glossary is viewed by the first time