Now the entry being commented is showed when

adding comments for non-approved entries. Bug 3638.
(http://moodle.org/bugs/bug.php?op=show&bugid=3638)
This commit is contained in:
stronk7
2005-06-26 09:31:10 +00:00
parent b1192638c2
commit 2cdcb56958
+1 -1
View File
@@ -169,7 +169,7 @@
} else {
/// original glossary entry
glossary_print_entry($course, $cm, $glossary, $entry, '', '', false);
glossary_print_entry($course, $cm, $glossary, $entry, 'approval', '', false);
echo '<br />';
if ($usehtmleditor = can_use_html_editor()) {