You are here

function ckeditor_swf_enable in CKEditor SWF - Enhanced Flash embedding plugin 6.2

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

Implementation of hook_enable().

File

./ckeditor_swf.install, line 20

Code

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