From 60b5242a5383e34a77d1203e0b109e3c4f4afcdc Mon Sep 17 00:00:00 2001 From: stronk7 <stronk7> Date: Sun, 30 Apr 2006 09:41:19 +0000 Subject: [PATCH] entrylist format now show the 'send ratings' button. Bug 4915. (http://moodle.org/bugs/bug.php?op=show&bugid=4915) --- 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 '<br />'; echo '<span class="ratings">'; - glossary_print_entry_ratings($course, $entry, $ratings); + $return = glossary_print_entry_ratings($course, $entry, $ratings); echo '</span>'; } echo '<br />';