You are here

function farm_update_7036 in farmOS 7

Enable new Farm Constraint module.

File

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

Code

function farm_update_7036(&$sandbox) {
  _farm_update_enable_modules(array(
    'farm_constraint',
  ));
}