]> git.mjollnir.org Git - moodle.git/commitdiff
fix for bug MDL-7040. Form focus not defined
authorthepurpleblob <thepurpleblob>
Tue, 17 Oct 2006 12:41:55 +0000 (12:41 +0000)
committerthepurpleblob <thepurpleblob>
Tue, 17 Oct 2006 12:41:55 +0000 (12:41 +0000)
course/editsection.php

index 9fc50e4b759a7e977b43d7d91e5432d9c4812656..783461d0ac46121c1965304baad5efa67fa39d9b 100644 (file)
@@ -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');