From 206afb4c2e1e4bb1379c2bc7bd2acd6cab5bd131 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 30 Apr 2006 09:44:26 +0000 Subject: [PATCH] entrylist format now show the 'send ratings' button. Bug 4915. (http://moodle.org/bugs/bug.php?op=show&bugid=4915) Merged from HEAD --- mod/glossary/formats/entrylist/entrylist_format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/glossary/formats/entrylist/entrylist_format.php b/mod/glossary/formats/entrylist/entrylist_format.php index fd88741e205..97094e55e35 100644 --- a/mod/glossary/formats/entrylist/entrylist_format.php +++ b/mod/glossary/formats/entrylist/entrylist_format.php @@ -21,7 +21,7 @@ function glossary_show_entry_entrylist($course, $cm, $glossary, $entry, $mode='' if ($ratings) { echo '
'; echo ''; - glossary_print_entry_ratings($course, $entry, $ratings); + $return = glossary_print_entry_ratings($course, $entry, $ratings); echo ''; } echo '
';