function shouts_perm in Heartbeat 6.4
Same name and namespace in other branches
- 6.3 modules/shouts/shouts.module \shouts_perm()
Implementation of hook_perm().
File
- modules/
shouts/ shouts.module, line 19 - Gives the possibility to the user to shout a message.
Code
function shouts_perm() {
return array(
'make shout',
'administer shouts',
);
}