You are here

function farm_crop_update_7004 in farmOS 7

Install the Farm Crop Area Types module.

File

modules/farm/farm_crop/farm_crop.install, line 96
Farm crop install file.

Code

function farm_crop_update_7004(&$sandbox) {
  $module = 'farm_crop_area_types';
  if (!module_exists($module)) {
    module_enable(array(
      $module,
    ));
  }
}