From 4c71204dd298f6a9faf3f8fa2f19899e20336c41 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 18 Aug 2003 07:10:53 +0000 Subject: [PATCH] Added help button to headings when adding/editing activities. Doh! :-) --- course/mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/mod.php b/course/mod.php index 7a2f0eec6a..d205e5ac7f 100644 --- a/course/mod.php +++ b/course/mod.php @@ -433,7 +433,7 @@ if (file_exists($modform)) { - print_heading($pageheading); + print_heading_with_help($pageheading, "mods", $module->name); print_simple_box_start("center", "", "$THEME->cellheading"); include_once($modform); print_simple_box_end(); -- 2.39.5