/[drupal]/contributions/modules/ad_views/ad_views.views-ad_external.inc
ViewVC logotype

Contents of /contributions/modules/ad_views/ad_views.views-ad_external.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Tue Sep 1 05:26:22 2009 UTC (2 months, 3 weeks ago) by milesgillham
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA5, DRUPAL-6--1-0-ALPHA4, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Modified load architecture to be efficient in Drupal manner.
1 <?php
2 // $Id$
3 /*
4 * @file
5 *
6 * This file provides ad_external module Views interface:
7 * Ad External (ad_external)
8 * {ad_external}
9 *
10 */
11
12 function get_ad_external_views_data() {
13 $data = array();
14 if (db_table_exists('ad_external')) {
15 // TODO
16 }
17 return $data;
18 }
19

  ViewVC Help
Powered by ViewVC 1.1.2