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

Diff of /contributions/modules/iedestroyer/iedestroyer.install

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

revision 1.1, Sun Jul 27 19:52:08 2008 UTC revision 1.1.2.1, Sun Jul 27 19:52:08 2008 UTC
# Line 0  Line 1 
1    <?php
2    
3    /**
4     * Implementation of hook_uninstall()
5     */
6    function iedestroyer_uninstall() {
7      //Delete variables
8      db_query("DELETE FROM {variable} WHERE name LIKE 'vocabindex_%'");
9      cache_clear_all('variables', 'cache');
10    }

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

  ViewVC Help
Powered by ViewVC 1.1.2