mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Use fullname for Guest name
This commit is contained in:
parent
2f15e48cf6
commit
f5104a2b97
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ function print_log_selector_form($course, $selecteduser=0, $selecteddate="today"
|
|||
}
|
||||
}
|
||||
if ($guest = get_guest()) {
|
||||
$users[$guest->id] = "$guest->firstname $guest->lastname";
|
||||
$users[$guest->id] = fullname($guest);
|
||||
}
|
||||
|
||||
if (isadmin()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue