function bueditor_perm in BUEditor 6
Same name and namespace in other branches
- 6.2 bueditor.module \bueditor_perm()
Implementation of hook_perm().
File
- ./
bueditor.module, line 47
Code
function bueditor_perm() {
return array(
'administer bueditor',
);
}