From 181eb9dd1ff803476c69a2df0c36385a9ea31dd4 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Tue, 17 Oct 2006 12:41:55 +0000 Subject: [PATCH] fix for bug MDL-7040. Form focus not defined --- course/editsection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/editsection.php b/course/editsection.php index 9fc50e4b759a7..783461d0ac461 100644 --- a/course/editsection.php +++ b/course/editsection.php @@ -57,7 +57,7 @@ $strsummaryof = get_string('summaryof', '', " $sectionname $form->section"); } - print_header_simple($stredit, '', $stredit); + print_header_simple($stredit, '', $stredit, 'theform.summary' ); print_heading($strsummaryof); print_simple_box_start('center');