function ad_actions_perm in Advertisement 6.2
Same name and namespace in other branches
- 6.3 actions/ad_actions.module \ad_actions_perm()
- 7 actions/ad_actions.module \ad_actions_perm()
Implementation of hook_perm().
File
- actions/
ad_actions.module, line 71 - Enable ad triggers and actions.
Code
function ad_actions_perm() {
return array(
'administer ad triggers',
);
}