Skip to content

Commit

Permalink
Merge branch 'MDL-56240' of git://github.com/stronk7/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 7, 2016
2 parents 3b8cf77 + e7a1eed commit 3e9f3e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions enrol/self/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions mod/lti/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3e9f3e3

Please sign in to comment.