MDL-13430 I can only see this issue in the assignment submissions page.

This commit is contained in:
nicolasconnault
2008-02-14 07:17:52 +00:00
parent a29910300d
commit b8d8a34565
+2 -1
View File
@@ -1165,7 +1165,8 @@ class assignment_base {
$status = '<div id="up'.$auser->id.'" class="s'.$auser->status.'">'.$button.'</div>';
$row = array($picture, fullname($auser), $grade, $comment, $studentmodified, $teachermodified, $status);
$userlink = '<a href="' . $CFG->wwwroot . '/user/view.php?id=' . $auser->id . '&amp;course=' . $course->id . '">' . fullname($auser) . '</a>';
$row = array($picture, $userlink, $grade, $comment, $studentmodified, $teachermodified, $status);
$table->add_data($row);
}
}