You are here

function media_update_7220 in D7 Media 7.4

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

Delete the deprecated media__file_list_size variable.

File

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

Code

function media_update_7220() {
  variable_del('media__file_list_size');
}