From 03877c6c61027e23c0d52a9ae4d3ad7aba964fad Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 4 Aug 2003 18:39:25 +0000 Subject: [PATCH] Changed "eachattemptbuildsonthelast" column name to "attemptonlast". Seems to work. --- mod/quiz/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/version.php b/mod/quiz/version.php index 8a469d25d2..84ee54577a 100644 --- a/mod/quiz/version.php +++ b/mod/quiz/version.php @@ -5,7 +5,7 @@ // This fragment is called by moodle_needs_upgrading() and /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2003080301; // The (date) version of this module +$module->version = 2003080400; // The (date) version of this module $module->cron = 0; // How often should cron check this module (seconds)? ?> -- 2.39.5