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

Diff of /contributions/modules/carto/carto.install

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

revision 1.4, Fri Oct 13 13:22:51 2006 UTC revision 1.5, Wed Nov 29 20:44:17 2006 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: carto.install,v 1.3 2006/10/07 22:12:05 openwereld Exp $  // $Id: carto.install,v 1.4 2006/10/13 13:22:51 openwereld Exp $
3    
4  function carto_install()  function carto_install()
5  {  {
# Line 143  function carto_install() Line 143  function carto_install()
143  function carto_uninstall()  function carto_uninstall()
144  {  {
145      // todo: think this over before risking deleting content      // todo: think this over before risking deleting content
146      //db_query( "drop table carto_filter_nodes" );      db_query( "drop table carto_filter_nodes" );
147      //db_query( "drop table carto_filter_blocks" );      db_query( "drop table carto_filter_blocks" );
148        db_query( "drop table carto_wms_node" );
149        db_query( "drop table carto_wms_layer_properties" );
150    
151      variable_del( 'carto_mappingwidgets_dir' );      variable_del( 'carto_mappingwidgets_dir' );
152  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2