function sm2_audio_enable in SoundManager2 6.2
Implementation of hook_enable().
Notify content module when this module is enabled.
File
- sm2_audio/
sm2_audio.install, line 59 - Implementation of hook_install().
Code
function sm2_audio_enable() {
// drupal_load('module', 'content');
// content_notify('enable', 'sm2_audio');
}