You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?PHP
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Code fragment to define the version of attforblock
|
|
|
|
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
$module->version = 2011053000; // The current module version (Date: YYYYMMDDXX)
|
|
|
|
$module->release = '2.3.1';
|
|
|
|
$module->cron = 0; // Period for cron to check this module (secs)
|
|
|
|
?>
|