/[drupal]/contributions/modules/adbard/adbard.install
ViewVC logotype

Contents of /contributions/modules/adbard/adbard.install

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Apr 4 18:44:16 2008 UTC (19 months, 3 weeks ago) by jeremy
Branch: MAIN
CVS Tags: DRUPAL-7--1-1-BETA1, DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-5--1-0, DRUPAL-6--1-0-1, DRUPAL-5--1-1, DRUPAL-7--1-0-BETA1, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-5, DRUPAL-4-7, DRUPAL-7--1
File MIME type: text/x-php
A simple module for integrating a Drupal powered website with the Ad
Bard Network, an open source advertising network offering 80% of the
price per clicks to FOSS websites.
1 <?php
2 // $Id: $
3
4 /**
5 * Adbard module uninstall cleanup.
6 * Copyright (c) 2008 Jeremy Andrews <jeremy@tag1consulting.com>.
7 * All rights reserved.
8 */
9
10 function adbard_uninstall() {
11 variable_del('adbard_key');
12 }
13
14 ?>

  ViewVC Help
Powered by ViewVC 1.1.2