function bueditor_perm in BUEditor 6.2
Same name and namespace in other branches
- 6 bueditor.module \bueditor_perm()
Implementation of hook_perm().
File
- ./
bueditor.module, line 43 - Implements the necessary hooks for the editor to work properly.
Code
function bueditor_perm() {
return array(
'administer bueditor(execute PHP)',
);
}