You are here

function farm_update_7001 in farmOS 7

Update to Openlayers 3

File

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

Code

function farm_update_7001(&$sandbox) {

  // Enable new module dependencies.
  $modules = array(
    // 'openlayers_geofield',  // Removed.
    'views_geojson',
  );
  _farm_update_enable_modules($modules);
}