function ckeditor_swf_admin_access in CKEditor SWF - Enhanced Flash embedding plugin 7
Same name and namespace in other branches
- 6.2 ckeditor_swf.module \ckeditor_swf_admin_access()
1 string reference to 'ckeditor_swf_admin_access'
- ckeditor_swf_menu in ./
ckeditor_swf.module - Implementation of hook_menu().
File
- ./
ckeditor_swf.module, line 45 - Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr
Code
function ckeditor_swf_admin_access() {
return user_access('administer filters') || module_exists('ckeditor') && user_access('administer ckeditor');
}