You are here

function farm_update_7020 in farmOS 7

Install Views Data Export.

File

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

Code

function farm_update_7020(&$sandbox) {
  _farm_update_enable_modules(array(
    'views_data_export',
  ));
}