MDL-14902 Missing column 'whatgrade' in prefix_scorm table. Is a DB patch (thanks...
[moodle.git] / mod / scorm / version.php
1 <?php // $Id$
3 /////////////////////////////////////////////////////////////////////////////////
4 ///  Code fragment to define the version of scorm
5 ///  This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 /////////////////////////////////////////////////////////////////////////////////
9 // NOTE  The version below was accidentally set a month into the future!  We need to 
10 //       catch up now, so until 27th October please only increment in very tiny steps 
11 //       in HEAD, until we get past that date..
13 $module->version  = 2008073100;   // The (date) version of this module
14 $module->requires = 2007101509;   // The version of Moodle that is required
15 $module->cron     = 300;            // How often should cron check this module (seconds)?
17 ?>