You are here

function commons_events_update_7014 in Drupal Commons 7.3

Replace the title attribute with the title field in view displays.

File

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

Code

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