You are here

function media_update_7210 in D7 Media 7.3

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

Delete deceprated media__type_icon_directory variable.

File

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

Code

function media_update_7210() {
  variable_del('media__type_icon_directory');
}