From: moodler Date: Wed, 21 Jul 2004 13:15:15 +0000 (+0000) Subject: Just to delineate the refactored version X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8ba9a36f88baf9eaf1c60ad8e8ef86d825d0bbc2;p=moodle.git Just to delineate the refactored version --- diff --git a/mod/quiz/version.php b/mod/quiz/version.php index c607139c8d..b3ac37920c 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 = 2004070800; // The (date) version of this module +$module->version = 2004072100; // The (date) version of this module $module->requires = 2004070800; // Requires this Moodle version $module->cron = 0; // How often should cron check this module (seconds)?