diff --git a/mod/glossary/config.html b/mod/glossary/config.html index 52b4604b02b..0f371a31ec0 100644 --- a/mod/glossary/config.html +++ b/mod/glossary/config.html @@ -18,27 +18,6 @@ - - glossary_studentspost: - - - - - - - glossary_dupentries: diff --git a/mod/glossary/mod.html b/mod/glossary/mod.html index e01616dc083..03328529dfd 100644 --- a/mod/glossary/mod.html +++ b/mod/glossary/mod.html @@ -2,9 +2,6 @@ include_once($CFG->dirroot.'/mod/glossary/lib.php'); -if (!isset($form->studentcanpost)) { - $form->studentcanpost = $CFG->glossary_studentspost; -} if (!isset($form->allowduplicatedentries)) { $form->allowduplicatedentries = $CFG->glossary_dupentries; } @@ -148,25 +145,6 @@ if (!$mainglossary or $mainglossary->id == $form->instance ) { echo ""; } ?> - - :
- - - - - :