| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: indexpage.install,v 1.2 2009/07/18 01:19:23 nancyw Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 11 |
* Implementation of hook_uninstall(). |
* Implementation of hook_uninstall(). |
| 12 |
*/ |
*/ |
| 13 |
function indexpage_uninstall() { |
function indexpage_uninstall() { |
| 14 |
$node_types = node_get_types('names'); |
$node_types = node_type_get_names(); |
| 15 |
foreach ($node_types as $type => $name) { |
foreach ($node_types as $type => $name) { |
| 16 |
variable_del('indexpage_' . $type . '_alphaindex'); |
variable_del('indexpage_' . $type . '_alphaindex'); |
| 17 |
variable_del('indexpage_' . $type . '_enable'); |
variable_del('indexpage_' . $type . '_enable'); |