You are here

function commons_media_update_7300 in Drupal Commons 7.3

Accommodate the latest changes to the Media module.

File

modules/commons/commons_media/commons_media.install, line 11
Install, update and uninstall functions for the Commons Media module.

Code

function commons_media_update_7300() {
  $revert = array(
    'commons_media' => array(
      'user_permission',
      'variable',
    ),
  );
  features_revert($revert);
  return array();
}