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

Contents of /contributions/modules/buymeabeer/buymeabeer.install

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


Revision 1.1 - (show annotations) (download) (as text)
Thu Sep 4 19:21:17 2008 UTC (14 months, 3 weeks ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-6--1-1-DEV, DRUPAL-6--1-1-BETA4, DRUPAL-6--1-1-BETA2, DRUPAL-6--1-1-BETA3, DRUPAL-6--1-1-BETA1, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Added hook_uninstall and moved admin settings to include file
1 <?php
2 // $Id$
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function buymeabeer_uninstall() {
8 variable_del('buymeabeer_paypal_mail');
9 variable_del('buymeabeer_anchor_text');
10 variable_del('buymeabeer_link_title_text');
11 variable_del('buymeabeer_teaser_full_view');
12 variable_del('buymeabeer_node_types');
13 variable_del('buymeabeer_weight');
14 }

  ViewVC Help
Powered by ViewVC 1.1.2