From: stronk7 Date: Sun, 30 Apr 2006 09:41:19 +0000 (+0000) Subject: entrylist format now show the 'send ratings' button. Bug 4915. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=60b5242a5383e34a77d1203e0b109e3c4f4afcdc;p=moodle.git entrylist format now show the 'send ratings' button. Bug 4915. (http://moodle.org/bugs/bug.php?op=show&bugid=4915) --- diff --git a/mod/glossary/formats/entrylist/entrylist_format.php b/mod/glossary/formats/entrylist/entrylist_format.php index fd88741e20..97094e55e3 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 '
';