You are here

function media_youtube_update_7200 in Media: YouTube 7.3

Same name and namespace in other branches
  1. 7.2 media_youtube.install \media_youtube_update_7200()

Add new browser for media.

File

./media_youtube.install, line 94
Install, update and uninstall functions for the Media: YouTube module.

Code

function media_youtube_update_7200() {
  return array();
}