function farm_livestock_update_7007 in farmOS 7
Install the Farm Livestock Weight module.
File
- modules/
farm/ farm_livestock/ farm_livestock.install, line 505 - Farm livestock install file.
Code
function farm_livestock_update_7007(&$sandbox) {
$module = 'farm_livestock_weight';
if (!module_exists($module)) {
module_enable(array(
$module,
));
}
}