This commit is contained in:
stronk7
2007-02-27 18:19:47 +00:00
parent 9babd808f8
commit da0dcaef1b
+1 -1
View File
@@ -109,7 +109,7 @@
if (!empty($items)) {
//First all rss feeds common headers
$header = rss_standard_header(format_string($glossary->name,true),
$CFG->wwwroot."/mod/glossary/view.php?f=".$glossary->id,
$CFG->wwwroot."/mod/glossary/view.php?g=".$glossary->id,
format_string($glossary->intro,true));
//Now all the rss items
if (!empty($header)) {