Merged from MOODLE_17_STABLE
This commit is contained in:
stronk7 2007-02-27 18:21:08 +00:00
parent 41d7faf891
commit 63513603e7

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)) {