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

Diff of /contributions/modules/category/category.install

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

revision 1.23, Wed Aug 5 04:56:27 2009 UTC revision 1.24, Wed Aug 5 04:58:56 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: category.install,v 1.22 2009/08/05 04:52:53 jaza Exp $  // $Id: category.install,v 1.23 2009/08/05 04:56:27 jaza Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 559  function category_update_6003() { Line 559  function category_update_6003() {
559    db_create_table($ret, 'cache_category', $schema);    db_create_table($ret, 'cache_category', $schema);
560    return $ret;    return $ret;
561  }  }
   
   
 /**  
  * Implementation of hook_uninstall().  
  */  
 function category_uninstall() {  
   db_query('DROP TABLE {category}');  
   db_query('DROP TABLE {category_hierarchy}');  
   db_query('DROP TABLE {category_node}');  
   db_query('DROP TABLE {category_relation}');  
   db_query('DROP TABLE {category_synonym}');  
   db_query('DROP TABLE {category_cont}');  
   db_query('DROP TABLE {category_cont_distant}');  
   db_query('DROP TABLE {category_cont_node_types}');  
   
   variable_del('category_allow_nodetypes');  
   variable_del('category_base_nodetypes');  
   variable_del('category_distant_containers');  
   
 }  

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

  ViewVC Help
Powered by ViewVC 1.1.2