From: willcast Date: Mon, 17 Nov 2003 12:40:25 +0000 (+0000) Subject: - Fixed bug regarding default setting' variable names X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0756aaecac80da4936a95c8de098fd4c5cc8ecd5;p=moodle.git - Fixed bug regarding default setting' variable names --- diff --git a/mod/glossary/edit.html b/mod/glossary/edit.html index e953d456b3..28ab077d95 100644 --- a/mod/glossary/edit.html +++ b/mod/glossary/edit.html @@ -67,7 +67,7 @@ if (isset($errors)) { if ($newentry->usedynalink) { $selected = "checked"; } - } elseif ( $CFG->cnflinkentry ) { + } elseif ( $CFG->glossary_linkentries ) { $selected = "checked"; } ?> @@ -80,7 +80,7 @@ if (isset($errors)) { if ($newentry->casesensitive) { $selected = "checked"; } - } elseif ( $CFG->cnfcasesensitive ) { + } elseif ( $CFG->glossary_casesensitive ) { $selected = "checked"; } ?> @@ -93,7 +93,7 @@ if (isset($errors)) { if ($newentry->fullmatch) { $selected = "checked"; } - } elseif ( $CFG->cnffullmatch ) { + } elseif ( $CFG->glossary_fullmatch ) { $selected = "checked"; } ?>