mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Fix bug in Analysis of Assessments
This commit is contained in:
parent
298698ae60
commit
9748030a8f
4 changed files with 8 additions and 3 deletions
|
@ -3400,6 +3400,7 @@ function workshop_print_league_table($workshop) {
|
|||
}
|
||||
print_heading(get_string("leaguetable", "workshop"));
|
||||
print_table($table);
|
||||
echo "<p>< > ".get_string("assessmentdropped", "workshop")."</p>\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue