]> git.mjollnir.org Git - moodle.git/commitdiff
entrylist format now show the 'send ratings' button. Bug 4915.
authorstronk7 <stronk7>
Sun, 30 Apr 2006 09:41:19 +0000 (09:41 +0000)
committerstronk7 <stronk7>
Sun, 30 Apr 2006 09:41:19 +0000 (09:41 +0000)
(http://moodle.org/bugs/bug.php?op=show&bugid=4915)

mod/glossary/formats/entrylist/entrylist_format.php

index fd88741e20588200fcf309a1e6b0bc54dc8a7f8d..97094e55e35b0e79d762e4593a06feec030fc587 100644 (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 />';