You are here

function commons_events_update_7007 in Drupal Commons 7.3

Change event displays to abbreviate state names.

File

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

Code

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