You are here

function commons_events_update_7010 in Drupal Commons 7.3

Display current events in addition to upcoming events.

File

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

Code

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