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

@ -1,4 +1,7 @@
<?php
die('TODO implement moodle integration using CFG->aspell see MDL-16639');
// General settings
$config['general.engine'] = 'GoogleSpell';
//$config['general.engine'] = 'PSpell';

View file

@ -0,0 +1,6 @@
Description of TinyMCE library import into Moodle
Our changes:
* TODO: spellchecker integration in spellchecker/config.php (MDL-16639)
skodak