You are here

function farm_update_7039 in farmOS 7

Enable new Farm Flags module.

File

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

Code

function farm_update_7039(&$sandbox) {
  _farm_update_enable_modules(array(
    'farm_flags',
  ));
}