From 401c3496ae9668f1f0e6f33745afa8e73e11f8e2 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 8 Feb 2006 04:37:22 +0000 Subject: [PATCH] Adding two new fields for time enforced delay between quiz --- 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 6d7438b2bf6..a13ee7bd8a6 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 = 2005100500; // The (date) version of this module +$module->version = 2006020801; // The (date) version of this module $module->requires = 2005021600; // Requires this Moodle version $module->cron = 0; // How often should cron check this module (seconds)?