Merge branch 'MDL-56240_32' of git://github.com/stronk7/moodle into MOODLE_32_STABLE
This commit is contained in:
@@ -39,9 +39,6 @@ function xmldb_enrol_self_upgrade($oldversion) {
|
||||
// Moodle v3.1.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
|
||||
// Moodle v3.2.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
|
||||
if ($oldversion < 2016052301) {
|
||||
global $DB;
|
||||
// Get roles with manager archetype.
|
||||
|
||||
@@ -197,8 +197,6 @@ function xmldb_lti_upgrade($oldversion) {
|
||||
// Moodle v3.1.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
|
||||
// Moodle v3.2.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
if ($oldversion < 2016052301) {
|
||||
|
||||
// Changing type of field value on table lti_types_config to text.
|
||||
|
||||
Reference in New Issue
Block a user