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