]> git.mjollnir.org Git - moodle.git/commitdiff
Inform to the restore process that we are arriving from the form page.
authorstronk7 <stronk7>
Mon, 10 Apr 2006 19:03:31 +0000 (19:03 +0000)
committerstronk7 <stronk7>
Mon, 10 Apr 2006 19:03:31 +0000 (19:03 +0000)
backup/restore_form.html

index 2975cd80e82688e477ee8754688009d24bc1f436..8eca8a675c1c0bf47f52e951cf700209a0af07ab 100644 (file)
@@ -381,6 +381,7 @@ function selectItemInCheckboxByName(formId, checkName, checked ) {
 <center>
 <input type="hidden" name="id"     value="<?php  p($id) ?>" />
 <input type="hidden" name="launch" value="check" />
+<input type="hidden" name="fromform" value="1" />
 <input type="submit" value="<?php  print_string("continue") ?>" />
 <input type="submit" name="cancel" value="<?php  print_string("cancel") ?>" />
 </center>