MDL-28279 remove unused admin setting

This commit is contained in:
Petr Skoda
2011-07-10 11:06:06 +02:00
parent cdbd37126d
commit e115bdc51a
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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
View File
@@ -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