You are here

function farm_update_7029 in farmOS 7

Enable Field Group: Easy Responsive Tabs to Accordion.

File

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

Code

function farm_update_7029(&$sandbox) {
  _farm_update_enable_modules(array(
    'field_group_easy_responsive_tabs',
  ));
}