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

Contents of /contributions/modules/vbtodrupal/vbtodrupal.install

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Nov 5 18:31:51 2007 UTC (2 years ago) by liammcdermott
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC1, DRUPAL-6--1-0-ALPHA2, DRUPAL-6--1-0-ALPHA1, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.1: +0 -0 lines
File MIME type: text/x-php
Use signature_forum module instead of meddling with core Drupal users table.
1 <?php
2 // $Id$
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function vbtodrupal_uninstall() {
8 variable_del('vbtodrupal_default_db_prefix');
9 variable_del('vbtodrupal_db_prefix');
10 variable_del('vbtodrupal_db_url');
11 }

  ViewVC Help
Powered by ViewVC 1.1.2