You are here

function commons_polls_update_7006 in Drupal Commons 7.3

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

File

modules/commons/commons_polls/commons_polls.install, line 88

Code

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