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

Diff of /contributions/modules/type_local_nids/type_local_nids.install

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

revision 1.1.4.1, Tue Mar 25 03:04:13 2008 UTC revision 1.1.4.2, Tue Mar 25 03:48:16 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: type_local_nids.install,v 1.2 2008/03/23 02:48:30 jbrown Exp $  // $Id$
3    
4    
5  function type_local_nids_install() {  function type_local_nids_install() {
# Line 36  function type_local_nids_uninstall() { Line 36  function type_local_nids_uninstall() {
36    db_query('DROP TABLE {node_lnid_next}');    db_query('DROP TABLE {node_lnid_next}');
37    db_query('DROP TABLE {node_lnid}');    db_query('DROP TABLE {node_lnid}');
38  }  }
   

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