f9d5371b |
1 | <?php // $Id$ |
2 | |
3 | ///////////////////////////////////////////////////////////////////////////////// |
4 | /// Code fragment to define the version of scorm |
5 | /// This fragment is called by moodle_needs_upgrading() and /admin/index.php |
6 | ///////////////////////////////////////////////////////////////////////////////// |
7 | |
05e8f81e |
8 | |
9528568b |
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 |
05e8f81e |
11 | // in HEAD, until we get past that date.. |
12 | |
7554f671 |
13 | $module->version = 2008090309; // The (date) version of this module |
9528568b |
14 | $module->requires = 2008090108; // The version of Moodle that is required |
efe95fc4 |
15 | $module->cron = 300; // How often should cron check this module (seconds)? |
f9d5371b |
16 | |
c57ce9f2 |
17 | ?> |