]> git.mjollnir.org Git - moodle.git/commitdiff
fixed syntax error
authorskodak <skodak>
Sun, 19 Aug 2007 21:07:15 +0000 (21:07 +0000)
committerskodak <skodak>
Sun, 19 Aug 2007 21:07:15 +0000 (21:07 +0000)
course/report/log/index.php
login/forgot_password.php

index 96bb6e5d6c35a656b85415a4de1016ffda1d8626..b5bd12ae503269ddd8bc8beb159e69f9aee2997f 100644 (file)
@@ -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().")");
index b03ee866f32d792ad9c118783e4e485b4de3b9dc..50d8a1102718b9a0b8e4beac17f58af01d3712fe 100644 (file)
@@ -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