MDL-11517 reserved word MOD used in table alias in questions backup code
[moodle-pu.git] / mod / scorm / version.php
blobf110d2d67e4df9d5e72efb616eeae7200c0f9a0b
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 /////////////////////////////////////////////////////////////////////////////////
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
11 // in HEAD, until we get past that date..
13 $module->version = 2007081001; // The (date) version of this module
14 $module->requires = 2007081001; // The version of Moodle that is required
15 $module->cron = 300; // How often should cron check this module (seconds)?