function ckeditor_swf_uninstall in CKEditor SWF - Enhanced Flash embedding plugin 7
Same name and namespace in other branches
- 6.2 ckeditor_swf.install \ckeditor_swf_uninstall()
Implementation of hook_uninstall().
File
- ./
ckeditor_swf.install, line 16
Code
function ckeditor_swf_uninstall() {
db_query("DELETE FROM {variable} WHERE name LIKE 'ckeditor_swf_%%'");
}