function farm_update_7037 in farmOS 7
Enable new Farm Asset Views module.
File
- ./
farm.install, line 763 - farmOS install file.
Code
function farm_update_7037(&$sandbox) {
_farm_update_enable_modules(array(
'farm_asset_views',
));
}
Enable new Farm Asset Views module.
function farm_update_7037(&$sandbox) {
_farm_update_enable_modules(array(
'farm_asset_views',
));
}