You are here

function commons_events_update_7011 in Drupal Commons 7.3

Add empty text to Commons Events views.

File

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

Code

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