function farm_update_7032 in farmOS 7
Enable new Farm Inventory module.
File
- ./
farm.install, line 726 - farmOS install file.
Code
function farm_update_7032(&$sandbox) {
_farm_update_enable_modules(array(
'farm_inventory',
));
}
Enable new Farm Inventory module.
function farm_update_7032(&$sandbox) {
_farm_update_enable_modules(array(
'farm_inventory',
));
}