mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Convert DB lang fields to 30cc. Part of MDL-7157
This commit is contained in:
parent
deb12ef4cd
commit
79804e2805
3 changed files with 15 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
|||
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2006091800; // The (date) version of this module
|
||||
$module->version = 2007012100; // The (date) version of this module
|
||||
$module->requires = 2006080900; // Requires this Moodle version
|
||||
$module->cron = 300; // How often should cron check this module (seconds)?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue