mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Prevent caching of these forms
This commit is contained in:
parent
6d9d8344b4
commit
95f48e102e
1 changed files with 2 additions and 2 deletions
|
@ -206,11 +206,11 @@
|
||||||
print_header("$course->shortname: Editing a $module->fullname",
|
print_header("$course->shortname: Editing a $module->fullname",
|
||||||
"$course->shortname: Editing a $module->fullname",
|
"$course->shortname: Editing a $module->fullname",
|
||||||
"<A HREF=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</A> ->
|
"<A HREF=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</A> ->
|
||||||
Editing a $module->fullname", "form.name");
|
Editing a $module->fullname", "form.name", "", false);
|
||||||
} else {
|
} else {
|
||||||
print_header("$course->shortname: Editing a $module->fullname",
|
print_header("$course->shortname: Editing a $module->fullname",
|
||||||
"$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";
|
$modform = "../mod/$module->name/mod.html";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue