| 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 |
{ |
{ |
| 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 |
?> |
?> |