Install Farm Quantity and Farm Area Generate modules via update.php.

This commit is contained in:
Michael Stenta 2016-03-21 12:18:49 -04:00
parent d28e792c69
commit 4feac11a5b
1 changed files with 7 additions and 0 deletions

View File

@ -316,6 +316,13 @@ function farm_update_7016(&$sandbox) {
variable_del('logintoboggan_site_403_user_login_block');
}
/**
* Install Farm Quantity and Farm Area Generator modules.
*/
function farm_update_7017(&$sandbox) {
_farm_enable_modules(array('farm_area_generate', 'farm_quantity'));
}
/**
* Helper function: enable modules.
*/