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