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

Diff of /contributions/modules/taxonomy_hide/taxonomy_hide.install

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

revision 1.1, Sun May 11 04:38:51 2008 UTC revision 1.1.2.1, Sun May 11 04:38:51 2008 UTC
# Line 0  Line 1 
1    <?php
2    // $Id: $
3    
4    /**
5     * Implementation of hook_uninstall().
6     */
7    function taxonomy_hide_uninstall() {
8      variable_del('taxonomy_hide_vocabularies');
9      variable_del('taxonomy_hide_group_by_vocabulary');
10    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2