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 | |
924ccd68 |
8 | $module->version = 2006102702; // The (date) version of this module (NOTE THIS WAS SET WRONG TO AN OCTOBER DATE IN SEPTEMBER!) |
f9d5371b |
9 | $module->requires = 2006080900; // The version of Moodle that is required |
10 | $module->cron = 0; // How often should cron check this module (seconds)? |
11 | |
12 | ?> |