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

Contents of /contributions/modules/bugbits/bugbits.install

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


Revision 1.2 - (show annotations) (download) (as text)
Fri Aug 21 23:19:21 2009 UTC (3 months ago) by daften
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +15 -0 lines
File MIME type: text/x-php
Copied the DRUPAL-6--1 branch to head (merge didn't seem to work)
1 <?php
2 // $Id: bugbits.install,v 1.1.2.1 2009/02/04 01:59:00 daften Exp $
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function bugbits_uninstall() {
8 // Delete our module's variables from the variables table.
9 variable_del('bugbits_mantis_url');
10 variable_del('bugbits_table_prefix');
11 variable_del('bugbits_db_type');
12 variable_del('bugbits_db_username');
13 variable_del('bugbits_db_password');
14 variable_del('bugbits_db_name');
15 }

  ViewVC Help
Powered by ViewVC 1.1.2