function ckeditor_uninstall in CKEditor - WYSIWYG HTML editor 6
Implementation of hook_uninstall().
File
- ./
ckeditor.install, line 635
Code
function ckeditor_uninstall() {
drupal_uninstall_schema('ckeditor');
}
Implementation of hook_uninstall().
function ckeditor_uninstall() {
drupal_uninstall_schema('ckeditor');
}