You are here

function fckeditor_uninstall in FCKeditor - WYSIWYG HTML editor 6.2

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

Implementation of hook_uninstall().

File

./fckeditor.install, line 635

Code

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