entrylist format now show the 'send ratings' button. Bug 4915.

(http://moodle.org/bugs/bug.php?op=show&bugid=4915)

Merged from HEAD
This commit is contained in:
stronk7
2006-04-30 09:44:26 +00:00
parent c6e8932e50
commit 206afb4c2e
@@ -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 />';