You are here

function ad_text_access in Advertisement 6.3

Same name and namespace in other branches
  1. 6 text/ad_text.module \ad_text_access()
  2. 6.2 text/ad_text.module \ad_text_access()

Implementation of hook_access().

File

text/ad_text.module, line 115
Enhances the ad module to support static text ads.

Code

function ad_text_access($op, $node, $account) {
  return ad_access($op, $node, $account);
}