You are here

function commons_events_update_7017 in Drupal Commons 7.3

Standardize browsing widget field weights.

File

modules/commons/commons_events/commons_events.install, line 302

Code

function commons_events_update_7017() {
  $revert = array(
    'commons_events' => array(
      'field_instance',
    ),
  );
  features_revert($revert);
  return array();
}