3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/farm/farm_map/farm_map.install

15 lines
176 B
Plaintext
Raw Normal View History

<?php
/**
* @file
* Farm map install.
*/
/**
* Implements hook_uninstall().
*/
function farm_map_uninstall() {
// Delete variables.
variable_del('farm_map_show');
}