MDL-10006 - Sorting the quiz overview report on feedback breaks it.

This commit is contained in:
tjhunt
2007-06-03 07:26:39 +00:00
parent 951fd7910a
commit fdd3ed4939
+1 -1
View File
@@ -133,7 +133,7 @@ class quiz_report extends quiz_default_report {
}
if ($hasfeedback) {
$tablecolumns[] = 'feedback';
$tablecolumns[] = 'feedbacktext';
$tableheaders[] = get_string('feedback', 'quiz');
}