mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
mod-feedback MDL-16090 Fixed recent regressions and converted htmleditor instance
This commit is contained in:
parent
39b3798523
commit
9f42276c59
6 changed files with 47 additions and 15 deletions
|
@ -9,7 +9,7 @@
|
|||
*/
|
||||
|
||||
|
||||
$module->version = 2009052701; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->version = 2009112000; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->requires = 2009041700; // Requires this Moodle version
|
||||
$feedback_version_intern = 1; //this version is used for restore older backups
|
||||
$module->cron = 0; // Period for cron to check this module (secs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue