Two more typos!! Big ones!

This commit is contained in:
moodler 2005-04-22 21:24:21 +00:00
parent dfa5ff4f4e
commit 17bb32a9a9

View File

@ -4,6 +4,7 @@ function glossary_filter($courseid, $text) {
global $CFG;
static $nothingtodo;
static $conceptlist;
if (!empty($nothingtodo)) { // We've been here in this page already
return $text;
@ -135,7 +136,7 @@ function glossary_filter($courseid, $text) {
}
$conceptlist[] = new filterobject($currentconcept, $href_tag_begin, '</a>',
$conceptlist[] = new filterobject($concept->concept, $href_tag_begin, '</a>',
$concept->casesensitive, $concept->fullmatch);
}