function farm_update_7026 in farmOS 7
Install the new Farm Import module.
File
- ./
farm.install, line 660 - farmOS install file.
Code
function farm_update_7026(&$sandbox) {
_farm_update_enable_modules(array(
'farm_import',
));
}
Install the new Farm Import module.
function farm_update_7026(&$sandbox) {
_farm_update_enable_modules(array(
'farm_import',
));
}