You are here

function farm_update_7044 in farmOS 7

Enable Farm Term module.

File

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

Code

function farm_update_7044(&$sandbox) {
  _farm_update_enable_modules(array(
    'farm_term',
  ));
}