Parent Directory
|
Revision Log
|
Revision Graph
Installation file for Site Country module. Implements hook_uninstall() to remove system variables.
| 1 | <?php |
| 2 | // $Id$ |
| 3 | |
| 4 | /** |
| 5 | * @file |
| 6 | * Installation file for Site Country module. |
| 7 | */ |
| 8 | |
| 9 | function site_country_uninstall() { |
| 10 | variable_del('site_country_default_country'); |
| 11 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |