Parent Directory
|
Revision Log
|
Revision Graph
upgrade to Drupal 6
| 1 | <?php |
| 2 | // $Id$ |
| 3 | |
| 4 | /** |
| 5 | * Implementation of hook_uninstall(). |
| 6 | * |
| 7 | * Clean up configuration variables. |
| 8 | */ |
| 9 | function frameprevention_uninstall() { |
| 10 | variable_del('frameprevention_enabled'); |
| 11 | variable_del('frameprevention_pages'); |
| 12 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |