function wysiwyg_uninstall in Wysiwyg 5
Same name and namespace in other branches
- 5.2 wysiwyg.install \wysiwyg_uninstall()
- 6.2 wysiwyg.install \wysiwyg_uninstall()
- 6 wysiwyg.install \wysiwyg_uninstall()
Implementation of hook_uninstall()
File
- ./
wysiwyg.install, line 34
Code
function wysiwyg_uninstall() {
db_query('DROP TABLE {wysiwyg}');
}