From 198c27b3764cd19b02b35a3111a8e05d41fb9ad9 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 11 Apr 2006 12:29:19 +0000 Subject: [PATCH] Submit button was causing bug 4986 --- mod/data/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/data/edit.php b/mod/data/edit.php index ff156854cc..40fc404ef2 100755 --- a/mod/data/edit.php +++ b/mod/data/edit.php @@ -131,7 +131,7 @@ if ($datarecord = data_submitted($CFG->wwwroot.'/mod/data/edit.php') and confirm_sesskey()) { - $ignorenames = array('MAX_FILE_SIZE','sesskey','d','rid'); // strings to be ignored in input data + $ignorenames = array('MAX_FILE_SIZE','sesskey','d','rid','saveandview','cancel'); // strings to be ignored in input data if ($rid) { /// Update some records -- 2.39.5