Skip to content

Commit

Permalink
MDL-13430 I can only see this issue in the assignment submissions pag…
Browse files Browse the repository at this point in the history
…e. Merging from MOODLE_18_STABLE
  • Loading branch information
nicolasconnault committed Feb 14, 2008
1 parent 6fcb1a4 commit 43a4458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/assignment/lib.php
Expand Up @@ -1273,8 +1273,8 @@ function display_submissions($message='') {
}
}


$row = array($picture, fullname($auser), $grade, $comment, $studentmodified, $teachermodified, $status, $finalgrade);
$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, $finalgrade);
if ($uses_outcomes) {
$row[] = $outcomes;
}
Expand Down

0 comments on commit 43a4458

Please sign in to comment.