Student cannot see handed-in upload single assignment MDL-6770; backported from HEAD

This commit is contained in:
skodak
2006-10-02 08:36:49 +00:00
parent 0a69834d90
commit 2a02ff39c6
@@ -61,7 +61,8 @@ class assignment_uploadsingle extends assignment_base {
if ($submission = $this->get_submission()) {
if ($submission->timemarked) {
$this->view_feedback();
} else if ($filecount) {
}
if ($filecount) {
print_simple_box($this->print_user_files($USER->id, true), 'center');
}
}