Added ability to reset page to defaults. bug #4123
[moodle-linuxchix.git] / mod / scorm / version.php
blob66c0c3bca7568be47656013ee74a66ae988630bb
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 /////////////////////////////////////////////////////////////////////////////////
8 $module->version = 2005102800; // The (date) version of this module
9 $module->requires = 2005060200; // The version of Moodle that is required
10 $module->cron = 0; // How often should cron check this module (seconds)?