You are here

function commons_events_update_7001 in Drupal Commons 7.3

Switch attendee view and event logo to use 50x50 image style.

File

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

Code

function commons_events_update_7001() {
  $revert = array(
    'commons_events' => array(
      'views',
      'node',
    ),
  );
  features_revert($revert);
  return array();
}