mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Bug #4452 link names to profiles
This commit is contained in:
parent
313441331e
commit
df5fb55cbc
@ -319,7 +319,9 @@
|
||||
echo "<tr><td width=\"10\" nowrap=\"nowrap\" class=\"picture\">";
|
||||
print_user_picture($user->id, $course->id, $user->picture);
|
||||
echo "</td><td width=\"100%\" nowrap=\"nowrap\" class=\"fullname\">";
|
||||
echo "<a href=\"$CFG->wwwroot/user/view.php?id=$user->id&course=$course->id\">";
|
||||
echo fullname($user, $isteacher);
|
||||
echo "</a>";
|
||||
echo "</td></tr>";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user