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