You are here

function getid3_enable in getID3() 7

Same name and namespace in other branches
  1. 5 getid3.install \getid3_enable()
  2. 6 getid3.install \getid3_enable()

Implements hook_enable().

File

./getid3.install, line 42
Install, update and uninstall functions for the getid3 module.

Code

function getid3_enable() {

  // Display a message if it fails to load getID3().
  getid3_load();
}