function fckeditor_perm in FCKeditor - WYSIWYG HTML editor 5
Same name and namespace in other branches
- 5.2 fckeditor.module \fckeditor_perm()
- 6.2 fckeditor.module \fckeditor_perm()
- 6 fckeditor.module \fckeditor_perm()
Implementation of hook_perm
File
- ./
fckeditor.module, line 89 - FCKeditor Module for Drupal 5.x
Code
function fckeditor_perm() {
return array(
'use default fckeditor',
'use advanced fckeditor',
'allow fckeditor file uploads',
);
}