mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
- added message provider to manage assignment's messaging - user_preferences.name length changed form 50 to 255 due to long messaging preference names.
13 lines
393 B
PHP
13 lines
393 B
PHP
<?php
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Code fragment to define the module version etc.
|
|
// This fragment is called by /admin/index.php
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$module->version = 2010102600;
|
|
$module->requires = 2010102600; // Requires this Moodle version
|
|
$module->cron = 60;
|
|
|
|
|