function flashnode_perm in Flash Node 5.3
Same name and namespace in other branches
- 5.6 flashnode.module \flashnode_perm()
- 5.2 flashnode.module \flashnode_perm()
- 6.3 flashnode.module \flashnode_perm()
- 6.2 flashnode.module \flashnode_perm()
Implementation of hook_perm
File
- ./
flashnode.module, line 58
Code
function flashnode_perm() {
return array(
'create flash nodes',
'edit own flash nodes',
'administer flash node',
'hide display options',
'hide basic options',
'hide advanced options',
'import flash',
);
}