You are here

function commons_documents_update_7010 in Drupal Commons 7.3

Standardize browsing widget field weights.

File

modules/commons/commons_documents/commons_documents.install, line 138

Code

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