]> git.mjollnir.org Git - moodle.git/commitdiff
Changed "eachattemptbuildsonthelast" column name to
authorstronk7 <stronk7>
Mon, 4 Aug 2003 18:39:25 +0000 (18:39 +0000)
committerstronk7 <stronk7>
Mon, 4 Aug 2003 18:39:25 +0000 (18:39 +0000)
"attemptonlast". Seems to work.

mod/quiz/version.php

index 8a469d25d2ef8522900649425df3cb2673024764..84ee54577af04d779632902cdf98f8bfdd36fb44 100644 (file)
@@ -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)?
 
 ?>