From: willcast Date: Fri, 7 Nov 2003 16:04:31 +0000 (+0000) Subject: - Missed that one. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=007588515154532b8ab50b06cdda66f3f60f5bfa;p=moodle.git - Missed that one. --- diff --git a/mod/glossary/lib.php b/mod/glossary/lib.php index ac6c2d37de..2643d44a97 100644 --- a/mod/glossary/lib.php +++ b/mod/glossary/lib.php @@ -1198,7 +1198,7 @@ global $CFG; fwrite($h,glossary_full_tag("NAME",6,false,$alias->alias)); $status = fwrite($h,glossary_end_tag("ALIAS",5,true)); } - $status = fwrite($h,glossary_end_tag("CATEGORIES",4,true)); + $status = fwrite($h,glossary_end_tag("ALIASES",4,true)); } if ( $catentries = get_records("glossary_entries_categories","entryid",$entry->id) ) { $status = fwrite ($h,glossary_start_tag("CATEGORIES",4,true));