From 0f106650eeb7841e8e9c954bca08fca045f30e84 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Thu, 11 Oct 2007 08:14:13 +0000 Subject: [PATCH] merged fix for MDL-11709, print_header() warning for blogs --- blog/header.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/blog/header.php b/blog/header.php index 3e770e66d2..cec97b25b0 100755 --- a/blog/header.php +++ b/blog/header.php @@ -206,11 +206,7 @@ $navlinks = array(); 'type' => 'misc'); $navlinks[] = array('name' => $blogstring, 'link' => null, 'type' => 'misc'); $navigation = build_navigation($navlinks); - print_header("$course->shortname: $blogstring", $course->fullname, - ''.$course->shortname.' -> - '.$participants.' -> - '.fullname($user).' -> - '.$blogstring,'','',true,$PAGE->get_extra_header_string()); + print_header("$course->shortname: $blogstring", $course->fullname, $navigation,'','',true,$PAGE->get_extra_header_string()); } } else { -- 2.39.5