function farm_update_7033 in farmOS 7
Enable new Farm Group module.
File
- ./
farm.install, line 733 - farmOS install file.
Code
function farm_update_7033(&$sandbox) {
_farm_update_enable_modules(array(
'farm_group',
));
}
Enable new Farm Group module.
function farm_update_7033(&$sandbox) {
_farm_update_enable_modules(array(
'farm_group',
));
}