upgrade_main_savepoint(true, 2019100900.00);
}
- if ($oldversion < 2019101200.01) {
++ if ($oldversion < 2019101600.01) {
+
+ // Change the setting $CFG->requestcategoryselection into $CFG->lockrequestcategory with opposite value.
+ set_config('lockrequestcategory', !$CFG->requestcategoryselection);
+
- upgrade_main_savepoint(true, 2019101200.01);
++ upgrade_main_savepoint(true, 2019101600.01);
+ }
+
return true;
}
defined('MOODLE_INTERNAL') || die();
- $version = 2019101600.00; // YYYYMMDD = weekly release date of this DEV branch.
-$version = 2019101200.01; // YYYYMMDD = weekly release date of this DEV branch.
++$version = 2019101600.01; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.