mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
fixed name order in headings on log.php
This commit is contained in:
parent
864616e5f5
commit
ce265a46aa
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
if (!$u = get_record("user", "id", $user) ) {
|
||||
error("That's an invalid user!");
|
||||
}
|
||||
$userinfo = "$u->firstname $u->lastname";
|
||||
$userinfo = fullname($u, isteacher($course->id));
|
||||
}
|
||||
if ($date) {
|
||||
$dateinfo = userdate($date, get_string("strftimedaydate"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue