You are here

function media_update_7004 in D7 Media 7

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

Removed /media from the menu.

File

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

Code

function media_update_7004() {

  // Do nothing. Running an update function will trigger a menu rebuild.
}