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

Contents of /contributions/modules/logotool/logotool.install

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


Revision 1.5 - (show annotations) (download) (as text)
Wed May 2 15:12:06 2007 UTC (2 years, 6 months ago) by pobster
Branch: MAIN
CVS Tags: DRUPAL-5--2-3, DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.4: +1 -0 lines
File MIME type: text/x-php
Small breakthrough!  You'll probably need to reinstall the module to update the 'bootstrap' for logotool in the 'system' table
1 <?php
2 // $Id$
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function logotool_uninstall() {
8 variable_del('logotool_display');
9 variable_del('logotool_flag');
10 variable_del('logotool_folder');
11 variable_del('logotool_frequency');
12 variable_del('logotool_ignore');
13 variable_del('logotool_locales');
14 variable_del('logotool_logo');
15 variable_del('logotool_pages');
16 variable_del('logotool_path');
17 variable_del('logotool_timestamp');
18 } // logotool_uninstall

  ViewVC Help
Powered by ViewVC 1.1.2