From b299029264ade2d9c64ef226b11088dabbb02d59 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 19 Aug 2007 21:07:15 +0000 Subject: [PATCH] fixed syntax error --- course/report/log/index.php | 2 +- login/forgot_password.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/course/report/log/index.php b/course/report/log/index.php index 96bb6e5d6..b5bd12ae5 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 b03ee866f..50d8a1102 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 -- 2.11.4.GIT