You are here

function ad_image_access in Advertisement 6.3

Same name and namespace in other branches
  1. 6 image/ad_image.module \ad_image_access()
  2. 6.2 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);
}