function ad_owners_perm in Advertisement 6.3
Same name and namespace in other branches
- 6.2 owners/ad_owners.module \ad_owners_perm()
- 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',
);
}