mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-13481, Distinguish between course fullname and user fullname
This commit is contained in:
parent
317f94b0a2
commit
d6cc234114
12 changed files with 28 additions and 24 deletions
|
@ -1081,7 +1081,7 @@ class assignment_base {
|
|||
}
|
||||
|
||||
$tableheaders = array('',
|
||||
get_string('fullname'),
|
||||
get_string('fullnameuser'),
|
||||
get_string('grade'),
|
||||
get_string('comment', 'assignment'),
|
||||
get_string('lastmodified').' ('.$course->student.')',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue