@@ -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
|
||||
|
||||
Reference in New Issue
Block a user