function ckeditor_swf_enable in CKEditor SWF - Enhanced Flash embedding plugin 7
Same name and namespace in other branches
- 6.2 ckeditor_swf.install \ckeditor_swf_enable()
Implementation of hook_enable().
File
- ./
ckeditor_swf.install, line 23
Code
function ckeditor_swf_enable() {
cache_clear_all('*', 'cache_filter', TRUE);
}