mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-16637 removing obsoleted spellchecker support
This commit is contained in:
parent
5d0b1e40c1
commit
53b20fe35a
19 changed files with 18 additions and 1522 deletions
|
@ -842,6 +842,14 @@ function xmldb_main_upgrade($oldversion) {
|
|||
upgrade_main_savepoint($result, 2008091611);
|
||||
}
|
||||
|
||||
if ($result && $oldversion < 2008092300) {
|
||||
unset_config('editorspelling');
|
||||
unset_config('editordictionary');
|
||||
/// Main savepoint reached
|
||||
upgrade_main_savepoint($result, 2008092300);
|
||||
}
|
||||
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue