You are here

function farm_map_update_7004 in farmOS 7

Delete the old farm_map_show variable.

File

modules/farm/farm_map/farm_map.install, line 44
Farm map install.

Code

function farm_map_update_7004(&$sandbox) {
  variable_del('farm_map_show');
}