From: martin Date: Thu, 4 Jul 2002 08:06:21 +0000 (+0000) Subject: Prevent caching of these forms X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=95f48e102e32049286885737e8711e9adca029ac;p=moodle.git Prevent caching of these forms --- diff --git a/course/mod.php b/course/mod.php index cd6f2c30f7..e05a06e160 100644 --- a/course/mod.php +++ b/course/mod.php @@ -206,11 +206,11 @@ print_header("$course->shortname: Editing a $module->fullname", "$course->shortname: Editing a $module->fullname", "wwwroot/course/view.php?id=$course->id\">$course->shortname -> - Editing a $module->fullname", "form.name"); + Editing a $module->fullname", "form.name", "", false); } else { print_header("$course->shortname: Editing a $module->fullname", "$course->shortname: Editing a $module->fullname", - "Editing a $module->fullname", "form.name"); + "Editing a $module->fullname", "form.name", "", false); } $modform = "../mod/$module->name/mod.html";