You are here

function wysiwyg_uninstall in Wysiwyg 5

Same name and namespace in other branches
  1. 5.2 wysiwyg.install \wysiwyg_uninstall()
  2. 6.2 wysiwyg.install \wysiwyg_uninstall()
  3. 6 wysiwyg.install \wysiwyg_uninstall()

Implementation of hook_uninstall()

File

./wysiwyg.install, line 34

Code

function wysiwyg_uninstall() {
  db_query('DROP TABLE {wysiwyg}');
}