You are here

function getid3_install in getID3() 7.2

Same name and namespace in other branches
  1. 8 getid3.install \getid3_install()
  2. 5 getid3.install \getid3_install()
  3. 6 getid3.install \getid3_install()
  4. 7 getid3.install \getid3_install()

Implements hook_install().

File

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

Code

function getid3_install() {

  // Run a batched update on all existing file entities.
  getid3_perform_batch_process();
}