You are here

function commons_polls_update_7004 in Drupal Commons 7.3

Add links to node teasers in the browsing widget.

File

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

Code

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