MDL-28279 remove unused admin setting
This commit is contained in:
@@ -6637,6 +6637,13 @@ FROM
|
||||
// Moodle v2.1.0 release upgrade line
|
||||
// Put any upgrade step following this
|
||||
|
||||
if ($oldversion < 2011070800.01) {
|
||||
// remove unused config options
|
||||
unset_config('excludeoldflashclients');
|
||||
upgrade_main_savepoint(true, 2011070800.01);
|
||||
}
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
|
||||
|
||||
$version = 2011070800.00; // YYYYMMDD = weekly release date of this DEV branch
|
||||
$version = 2011070800.01; // YYYYMMDD = weekly release date of this DEV branch
|
||||
// RR = release increments - 00 in DEV branches
|
||||
// .XX = incremental changes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user