You are here

function farm_update_7042 in farmOS 7

Enable new Farm API module.

File

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

Code

function farm_update_7042(&$sandbox) {
  _farm_update_enable_modules(array(
    'farm_api',
  ));
}