From 2d81101163b3b0ebd0fdf98f682234e72562a475 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 31 Jan 2005 16:40:08 +0000 Subject: [PATCH] Solved sesskey issue in calculated questions. Bug 2464 (http://moodle.org/bugs/bug.php?op=show&bugid=2464) --- mod/quiz/questiontypes/datasetdependent/datasetitems.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod/quiz/questiontypes/datasetdependent/datasetitems.php b/mod/quiz/questiontypes/datasetdependent/datasetitems.php index a55ac361d9..170dabf0cb 100644 --- a/mod/quiz/questiontypes/datasetdependent/datasetitems.php +++ b/mod/quiz/questiontypes/datasetdependent/datasetitems.php @@ -252,6 +252,7 @@ $addtable->align = $table->align; $addtable->data = array($addline); echo "
+ id\"/> "; @@ -261,6 +262,7 @@ // Print form with current datasets if ($table->data) { echo " + id\"/> "; print_table($table); -- 2.39.5