You are here

function farm_update_7041 in farmOS 7

Enable new Farm Map KML module.

File

./farm.install, line 791
farmOS install file.

Code

function farm_update_7041(&$sandbox) {
  _farm_update_enable_modules(array(
    'farm_map_kml',
  ));
}