Index: ad_html.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/ad/html/Attic/ad_html.module,v retrieving revision 1.1.2.5.2.1 diff -u -r1.1.2.5.2.1 ad_html.module --- ad_html.module 11 Aug 2008 21:15:26 -0000 1.1.2.5.2.1 +++ ad_html.module 25 Nov 2008 23:44:38 -0000 @@ -60,6 +60,9 @@ case 'view': return ad_html_node_view($node); + case 'redirect': + return db_result(db_query('SELECT url FROM {ad_html} WHERE aid = %d', $node->nid)); + case 'type': return 'html';