| 1 |
<?php |
<?php |
| 2 |
// $Id: statistics_filter.install,v 1.2 2008/09/15 15:53:25 frankralf Exp $ |
// $Id: statistics_filter.install,v 1.3 2008/09/15 16:24:28 frankralf Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 53 |
* Implementation of hook_uninstall(). |
* Implementation of hook_uninstall(). |
| 54 |
*/ |
*/ |
| 55 |
function statistics_filter_uninstall() { |
function statistics_filter_uninstall() { |
| 56 |
// Drop my tables. |
// Drop my tables. |
| 57 |
drupal_uninstall_schema('statistics_filter'); |
drupal_uninstall_schema('statistics_filter'); |
| 58 |
// Delete variables. |
// Delete variables. |
| 59 |
variable_del('statistics_filter_noadmin'); |
variable_del('statistics_filter_noadmin'); |