From: stronk7 Date: Mon, 4 Aug 2003 18:39:25 +0000 (+0000) Subject: Changed "eachattemptbuildsonthelast" column name to X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=03877c6c61027e23c0d52a9ae4d3ad7aba964fad;p=moodle.git Changed "eachattemptbuildsonthelast" column name to "attemptonlast". Seems to work. --- 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)? ?>