mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
FIxed wierd typo
This commit is contained in:
parent
d89430abdf
commit
b873cae07a
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@
|
|||
} else {
|
||||
print_header($course->shortname .': '. $strlogs, $course->fullname,
|
||||
"<a href=\"../$CFG->admin/index.php\">$stradministration</a> ->
|
||||
<a href=\"log.php?id=$course->id\">$strlogs</a> -> $userinfo, $dateinfo", );
|
||||
<a href=\"log.php?id=$course->id\">$strlogs</a> -> $userinfo, $dateinfo", '');
|
||||
}
|
||||
|
||||
print_heading("$course->fullname: $userinfo, $dateinfo (".usertimezone().")");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue