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

Diff of /contributions/modules/tagadelic/tagadelic.install

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

revision 1.1.4.1, Wed Dec 31 11:39:57 2008 UTC revision 1.1.4.2, Wed May 13 17:37:27 2009 UTC
# Line 0  Line 1 
1    <?php
2    // $Id: $
3    
4    /**
5     * Implementaton of hook_install
6     */
7    function tagadelic_install() {
8      // nothing to do
9    }
10    
11    /**
12     * Implementaton of hook_uninstall
13     */
14    function tagadelic_uninstall() {
15      db_query("DELETE FROM {variable} WHERE name LIKE 'tagadelic_%'");
16      db_query("DELETE FROM {blocks} WHERE module = 'tagadelic'");
17      db_query("DELETE FROM {system} WHERE name = 'tagadelic'");
18    }

Legend:
Removed from v.1.1.4.1  
changed lines
  Added in v.1.1.4.2

  ViewVC Help
Powered by ViewVC 1.1.2