a4f495bf86
three new settings: warnafter, blockafter and blockperiod. Useful for tutors with big courses with some dominant students.
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 = 2005042600;
|
|
$module->requires = 2005031000; // Requires this Moodle version
|
|
$module->cron = 60;
|
|
|
|
?>
|