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

Diff of /contributions/modules/technorati/technorati.install

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

revision 1.2, Sun Jul 27 16:28:34 2008 UTC revision 1.2.2.1, Sun Jul 27 23:54:22 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: technorati.install,v 1.1 2006/10/28 02:17:35 kbahey Exp $  // $Id: technorati.install,v 1.2 2008/07/27 16:28:34 kbahey Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 31  function technorati_uninstall() { Line 31  function technorati_uninstall() {
31    
32    // delete variables    // delete variables
33    variable_del('technorati_display_type');    variable_del('technorati_display_type');
34      variable_del('technorati_unify_tags');
35      variable_del('technorati_sort_tags');
36      variable_del('technorati_hide_notags');
37    foreach (node_get_types() as $node_type => $node_name) {    foreach (node_get_types() as $node_type => $node_name) {
38      variable_del('technorati_node_type_'. $node_type);      variable_del('technorati_node_type_'. $node_type);
39    }    }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

  ViewVC Help
Powered by ViewVC 1.1.2