function getid3_enable in getID3() 7
Same name and namespace in other branches
- 5 getid3.install \getid3_enable()
- 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();
}