| 1 |
<?php |
<?php |
| 2 |
// $Id: technorati.install,v 1.1 2006/10/28 02:17:35 kbahey Exp $ |
// $Id: technorati.install,v 1.2 2008/07/27 16:28:34 kbahey Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 31 |
|
|
| 32 |
// delete variables |
// delete variables |
| 33 |
variable_del('technorati_display_type'); |
variable_del('technorati_display_type'); |
| 34 |
|
variable_del('technorati_unify_tags'); |
| 35 |
|
variable_del('technorati_sort_tags'); |
| 36 |
|
variable_del('technorati_hide_notags'); |
| 37 |
foreach (node_get_types() as $node_type => $node_name) { |
foreach (node_get_types() as $node_type => $node_name) { |
| 38 |
variable_del('technorati_node_type_'. $node_type); |
variable_del('technorati_node_type_'. $node_type); |
| 39 |
} |
} |