73fcfef178
This should prevent the mass-mailing of forum digests from breaking in the middle of a cron run.
13 lines
403 B
PHP
13 lines
403 B
PHP
<?php // $Id$
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Code fragment to define the module version etc.
|
|
// This fragment is called by /admin/index.php
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$module->version = 2007020203;
|
|
$module->requires = 2007020201; // Requires this Moodle version
|
|
$module->cron = 60;
|
|
|
|
?>
|