You are here

function mp3player_install in MP3 Player 8

Same name and namespace in other branches
  1. 6.2 mp3player.install \mp3player_install()
  2. 6 mp3player.install \mp3player_install()
  3. 7.2 mp3player.install \mp3player_install()

Implementation of hook_install().

File

./mp3player.install, line 12
The install file for MP3 Player.

Code

function mp3player_install() {

  //Do Nothing
}