MDL-13481, Distinguish between course fullname and user fullname

This commit is contained in:
dongsheng 2008-03-19 08:49:23 +00:00
parent 317f94b0a2
commit d6cc234114
12 changed files with 28 additions and 24 deletions

View file

@ -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.')',