From d797e572554d38acb366f525876e3e0f0ea563d1 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Mon, 5 Dec 2016 16:47:33 +0100 Subject: [PATCH] MDL-56240 upgrade: delete incorrect lines, manually added Note that, with MDL-57266, we are changine the comment to be: // Automatically generated Moodle v3.2.0 release upgrade line in order to make to make to make it clearer that it's an automatic (part of the release process) comment and should not be added manually ever. --- enrol/self/db/upgrade.php | 3 --- mod/lti/db/upgrade.php | 2 -- 2 files changed, 5 deletions(-) diff --git a/enrol/self/db/upgrade.php b/enrol/self/db/upgrade.php index 581de7a5c95..1bd7b405242 100644 --- a/enrol/self/db/upgrade.php +++ b/enrol/self/db/upgrade.php @@ -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. diff --git a/mod/lti/db/upgrade.php b/mod/lti/db/upgrade.php index ce19319d830..da22cc0c5a6 100644 --- a/mod/lti/db/upgrade.php +++ b/mod/lti/db/upgrade.php @@ -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.