Commit | Line | Data |
---|---|---|
1adbd2c3 | 1 | <?php |
501cdbd8 | 2 | |
3 | //////////////////////////////////////////////////////////////////////////////// | |
4 | // Code fragment to define the module version etc. | |
5 | // This fragment is called by /admin/index.php | |
6 | //////////////////////////////////////////////////////////////////////////////// | |
7 | ||
9b66b300 | 8 | $module->version = 2009050400; |
e2d7687f | 9 | $module->requires = 2009041700; // Requires this Moodle version |
501cdbd8 | 10 | $module->cron = 60; |
501cdbd8 | 11 | |
1adbd2c3 | 12 |