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

Contents of /contributions/modules/vhosts/vhosts.install

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


Revision 1.3 - (show annotations) (download) (as text)
Sun Jul 27 04:30:33 2008 UTC (16 months ago) by boombatower
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -1 lines
File MIME type: text/x-php
Display and clear error log.
1 <?php
2 // $Id: vhosts.install,v 1.2 2008/07/27 04:10:47 boombatower Exp $
3 /**
4 * @file
5 * Create database structure and remove when uninstalled.
6 *
7 * Copyright 2008 by Jimmy Berry ("boombatower", http://drupal.org/user/214218)
8 */
9
10 /**
11 * Implementation of hook_uninstall().
12 */
13 function vhosts_uninstall() {
14 // Remove variables.
15 variable_del('vhosts_conf');
16 variable_del('vhosts_base');
17 variable_del('vhosts_document_root');
18 variable_del('vhosts_aliases');
19 variable_del('vhosts_error_log');
20 }

  ViewVC Help
Powered by ViewVC 1.1.2