From: skodak Date: Sun, 19 Aug 2007 21:07:15 +0000 (+0000) Subject: fixed syntax error X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b299029264ade2d9c64ef226b11088dabbb02d59;p=moodle.git fixed syntax error --- diff --git a/course/report/log/index.php b/course/report/log/index.php index 96bb6e5d6c..b5bd12ae50 100644 --- a/course/report/log/index.php +++ b/course/report/log/index.php @@ -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().")"); diff --git a/login/forgot_password.php b/login/forgot_password.php index b03ee866f3..50d8a11027 100644 --- a/login/forgot_password.php +++ b/login/forgot_password.php @@ -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