1a50a1f9 |
1 | <?php // $Id$\r |
2 | \r |
3 | /////////////////////////////////////////////////////////////////////////////////\r |
4 | /// Code fragment to define the version of scorm\r |
5 | /// This fragment is called by moodle_needs_upgrading() and /admin/index.php\r |
6 | /////////////////////////////////////////////////////////////////////////////////\r |
7 | \r |
bbbf2d40 |
8 | $module->version = 2006080800; // The (date) version of this module\r |
1a50a1f9 |
9 | $module->requires = 2005060200; // The version of Moodle that is required\r |
10 | $module->cron = 0; // How often should cron check this module (seconds)?\r |
11 | \r |
12 | ?>\r |