You are here

function media_update_7222 in D7 Media 7.4

Same name and namespace in other branches
  1. 7.2 media.install \media_update_7222()
  2. 7.3 media.install \media_update_7222()

Delete the deprecated media__display_types_migration_mess variable.

File

./media.install, line 1137
Install, update and uninstall functions for the Media module.

Code

function media_update_7222() {
  variable_del('media__display_types_migration_mess');
}