You are here

function commons_bw_update_7303 in Drupal Commons 7.3

Standardize browsing widget field weights.

File

modules/commons/commons_bw/commons_bw.install, line 39

Code

function commons_bw_update_7303() {
  $revert = array(
    'commons_bw' => array(
      'field_instance',
    ),
  );
  features_revert($revert);
  return array();
}