function ad_image_access in Advertisement 6.2
Same name and namespace in other branches
- 6.3 image/ad_image.module \ad_image_access()
- 6 image/ad_image.module \ad_image_access()
Implementation of hook_access().
File
- image/
ad_image.module, line 116 - Enhances the ad module to support banner ads.
Code
function ad_image_access($op, $node, $account) {
return ad_access($op, $node, $account);
}