Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:version.php

From MoodleDocs
Revision as of 09:09, 21 November 2013 by Jason Robinson (talk | contribs)

Anthony, I reverted your changes. They contradict Coding_style#Files.--Tim Hunt 16:15, 29 March 2013 (WST)

Cron

To me this seems wrong:

> $plugin->cron = 0; > Optional - time interval (in seconds) between calls to the plugin's 'cron' function; set to 0 to disable the cron function calls.

I've just noticed a plugin with cron = 0 running after I added a lib.php cron function there - the idea was to develop first then enable the cron, but logs show it runs every time system cron runs. Moodle 2.3.8 but I cannot find if this is a bug or just wrong documentation. Anyone know which it should be? --Jason Robinson (talk) 17:09, 21 November 2013 (WST)