You are here

function ad_owners_perm in Advertisement 6.2

Same name and namespace in other branches
  1. 6.3 owners/ad_owners.module \ad_owners_perm()
  2. 7 owners/ad_owners.module \ad_owners_perm()

Implementation of hook_perm().

File

owners/ad_owners.module, line 81
Enhances the ad module to support ad owners.

Code

function ad_owners_perm() {
  return array(
    'grant default per ad type permissions',
  );
}