You are here

function commons_polls_update_7003 in Drupal Commons 7.3

Display sticky content at top of lists.

File

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

Code

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