You are here

function farm_update_7017 in farmOS 7

Install Farm Quantity and Farm Area Generator modules.

File

./farm.install, line 552
farmOS install file.

Code

function farm_update_7017(&$sandbox) {
  _farm_update_enable_modules(array(
    'farm_area_generate',
    'farm_quantity',
  ));
}