]> git.mjollnir.org Git - moodle.git/commitdiff
XHTML strict.
authortjhunt <tjhunt>
Sat, 4 Jul 2009 13:36:19 +0000 (13:36 +0000)
committertjhunt <tjhunt>
Sat, 4 Jul 2009 13:36:19 +0000 (13:36 +0000)
course/category.php

index 9f569c2cad869e6c5dede7a018d1a25cdcf454bf..fecd56c08179cfc427ffc4b35121f55480186ece 100644 (file)
 
     print_course_search();
 
-    print_footer();
+    if ($editingon && update_category_button()) {
+        admin_externalpage_print_footer();
+    } else {
+        print_footer();
+    }
 
 ?>