You are here

function farm_update_7043 in farmOS 7

Enable Farm Quick module.

File

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

Code

function farm_update_7043(&$sandbox) {
  _farm_update_enable_modules(array(
    'farm_quick',
  ));
}