mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
workshop 2.0: do not register cron job before it is really implemented
This commit is contained in:
parent
74bf8a947f
commit
028cd0616c
1 changed files with 1 additions and 1 deletions
|
@ -30,4 +30,4 @@ defined('MOODLE_INTERNAL') || die();
|
|||
|
||||
$module->version = 2009103000;
|
||||
$module->requires = 2009090400; // Requires this Moodle version
|
||||
$module->cron = 60;
|
||||
//$module->cron = 60;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue