You are here

function wysiwyg_spellcheck_uninstall in Wysiwyg SpellCheck 6

Same name and namespace in other branches
  1. 7 wysiwyg_spellcheck.install \wysiwyg_spellcheck_uninstall()

Implementation of hook_uninstall().

File

./wysiwyg_spellcheck.install, line 11
WYSIWYG Spellcheck module install file.

Code

function wysiwyg_spellcheck_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'wysiwyg_spellcheck_%'");
}