function farm_update_7040 in farmOS 7
Enable new Farm Quantity Log module.
File
- ./
farm.install, line 784 - farmOS install file.
Code
function farm_update_7040(&$sandbox) {
_farm_update_enable_modules(array(
'farm_quantity_log',
));
}
Enable new Farm Quantity Log module.
function farm_update_7040(&$sandbox) {
_farm_update_enable_modules(array(
'farm_quantity_log',
));
}