You are here

function fckeditor_uninstall in FCKeditor - WYSIWYG HTML editor 6

Same name and namespace in other branches
  1. 5.2 fckeditor.install \fckeditor_uninstall()
  2. 6.2 fckeditor.install \fckeditor_uninstall()

Implementation of hook_uninstall().

File

./fckeditor.install, line 306

Code

function fckeditor_uninstall() {
  drupal_uninstall_schema('fckeditor');
}