You are here

function ad_actions_perm in Advertisement 6.3

Same name and namespace in other branches
  1. 6.2 actions/ad_actions.module \ad_actions_perm()
  2. 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',
  );
}