2009-11-01 15:24:58 +00:00
|
|
|
<?php
|
2006-08-08 22:09:55 +00:00
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Code fragment to define the version of scorm
|
|
|
|
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2006-09-27 16:45:40 +00:00
|
|
|
|
2010-08-03 10:07:18 +00:00
|
|
|
$module->version = 2010080300; // The (date) version of this module
|
|
|
|
$module->requires = 2010080300; // The version of Moodle that is required
|
2007-01-18 12:05:14 +00:00
|
|
|
$module->cron = 300; // How often should cron check this module (seconds)?
|
2006-08-08 22:09:55 +00:00
|
|
|
|