From 4837dd1f468d227ff64f5fe4232bfbe94ceb97bc Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 17 Feb 2005 19:45:12 +0000 Subject: [PATCH] Now globalglossary is working! Bug 2577 (http://moodle.org/bugs/bug.php?op=show&bugid=2577) --- mod/glossary/mod.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/mod/glossary/mod.html b/mod/glossary/mod.html index a0870d443c2..f8891dcd603 100644 --- a/mod/glossary/mod.html +++ b/mod/glossary/mod.html @@ -107,14 +107,12 @@ if (isadmin() ) { : globalglossary) ) { - if ($form->globalglossary) { - $selected = "checked"; - } + $selected = ''; + if ($form->globalglossary) { + $selected = 'checked="checked"'; } ?> - + />