/[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.1, Thu May 25 18:56:51 2006 UTC revision 1.2, Fri Sep 29 14:34:22 2006 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: carto.install,v 1.1 2006/05/25 18:56:51 openwereld Exp $
3    
4  function carto_install()  function carto_install()
5  {  {
# Line 136  function carto_install() Line 136  function carto_install()
136          drupal_set_message( t('Installation of the carto module was unsuccessful.'), 'error' );          drupal_set_message( t('Installation of the carto module was unsuccessful.'), 'error' );
137  }  }
138    
139    function carto_uninstall()
140    {
141        // todo: think this over before risking deleting content
142        //db_query( "drop table carto_filter_nodes" );
143        //db_query( "drop table carto_filter_blocks" );
144    
145        variable_del( 'carto_mappingwidgets_dir' );
146    }
147    
148  ?>  ?>

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

  ViewVC Help
Powered by ViewVC 1.1.2