moodle/enrol/authorize/version.php
ethem 9a4502dd1d Some cron performance. Run clean-ups and send email daily on settlement date.
an_nextmail config deleted, instead of old config new an_dailysettlement inserted into config_plugins table.
Merged from MOODLE_16_STABLE.
2006-06-05 13:12:28 +00:00

6 lines
83 B
PHP
Executable file

<?PHP // $Id$
$plugin->version = 2006060500;
$plugin->requires = 2005072200;
?>