You are here

function ckeditor_swf_uninstall in CKEditor SWF - Enhanced Flash embedding plugin 6.2

Same name and namespace in other branches
  1. 7 ckeditor_swf.install \ckeditor_swf_uninstall()

Implementation of hook_uninstall().

File

./ckeditor_swf.install, line 13

Code

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