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

(http://moodle.org/bugs/bug.php?op=show&bugid=4915)
This commit is contained in:
stronk7 2006-04-30 09:41:19 +00:00
parent c4c11af898
commit 60b5242a53

View File

@ -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 />';