From: gustav_delius Date: Sat, 8 May 2004 20:52:53 +0000 (+0000) Subject: removed some undefined variable errors. However there are lots of them in edit.html... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c12007857b30a9df324a70807c9aae526086dd79;p=moodle.git removed some undefined variable errors. However there are lots of them in edit.html, see bug 1344 --- diff --git a/mod/glossary/tabs.html b/mod/glossary/tabs.html index c66f792238..3089f6ab53 100644 --- a/mod/glossary/tabs.html +++ b/mod/glossary/tabs.html @@ -1,5 +1,10 @@ '; $glossary_tCFG->TabTableBGColor = $THEME->cellheading; $glossary_tCFG->ActiveTabColor = $THEME->cellheading; @@ -107,4 +112,4 @@ break; } echo '
'; -?> \ No newline at end of file +?> \ No newline at end of file