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