function fckeditor_perm in FCKeditor - WYSIWYG HTML editor 5.2
Same name and namespace in other branches
- 5 fckeditor.module \fckeditor_perm()
- 6.2 fckeditor.module \fckeditor_perm()
- 6 fckeditor.module \fckeditor_perm()
Implementation of hook_perm() Administer -> User management -> Access Control
File
- ./
fckeditor.module, line 137 - FCKeditor - The text editor for Internet - http://www.fckeditor.net Copyright (C) 2003-2007 Frederico Caldeira Knabben
Code
function fckeditor_perm() {
return array(
'administer fckeditor',
'access fckeditor',
'allow fckeditor file uploads',
);
}