mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
fixed syntax error
This commit is contained in:
parent
d510ec64b6
commit
b299029264
@ -85,7 +85,7 @@
|
||||
$navlinks[] = array('name' => $strlogs, 'link' => "index.php?id=$course->id", 'type' => 'misc');
|
||||
$navlinks[] = array('name' => "$userinfo, $dateinfo", 'link' => null, 'type' => 'misc');
|
||||
$navigation = build_navigation($navlinks);
|
||||
print_header($course->shortname .': '. $strlogs, $course->fullname, $navigation '');
|
||||
print_header($course->shortname .': '. $strlogs, $course->fullname, $navigation);
|
||||
}
|
||||
|
||||
print_heading(format_string($course->fullname) . ": $userinfo, $dateinfo (".usertimezone().")");
|
||||
|
@ -124,7 +124,7 @@ if ($mform->is_cancelled()) {
|
||||
}
|
||||
}
|
||||
|
||||
print_header($strforgotten, $strforgotten, $navigation
|
||||
print_header($strforgotten, $strforgotten, $navigation);
|
||||
|
||||
if (empty($user->email) or !empty($CFG->protectusernames)) {
|
||||
// Print general confirmation message
|
||||
|
Loading…
x
Reference in New Issue
Block a user