WHoops - typo on function call

This commit is contained in:
martin
2002-08-04 18:19:42 +00:00
parent b0f01dff9e
commit dcd3dc47ac
+1 -1
View File
@@ -102,7 +102,7 @@
if ($entry->comment || $entry->rating) {
print_heading("Feedback");
print_feedback($course, $entry);
journal_print_feedback($course, $entry);
}