MDL-16637 removing obsoleted spellchecker support

This commit is contained in:
skodak 2008-09-23 15:12:07 +00:00
parent 5d0b1e40c1
commit 53b20fe35a
19 changed files with 18 additions and 1522 deletions

View file

@ -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;
}