You are here

function ckeditor_swf_disable in CKEditor SWF - Enhanced Flash embedding plugin 6.2

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

Implementation of hook_disable().

File

./ckeditor_swf.install, line 27

Code

function ckeditor_swf_disable() {
  cache_clear_all('*', 'cache_filter', TRUE);
}