You are here

function commons_documents_update_7007 in Drupal Commons 7.3

Improve the browsing widget empty text.

File

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

Code

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