You are here

function commons_events_update_7003 in Drupal Commons 7.3

Change event teaser display to show logo, date, and address.

File

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

Code

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