You are here

function sm2_audio_disable in SoundManager2 6.2

Implementation of hook_disable().

Notify content module when this module is disabled.

File

sm2_audio/sm2_audio.install, line 69
Implementation of hook_install().

Code

function sm2_audio_disable() {

  //  drupal_load('module', 'content');
  //  content_notify('disable', 'sm2_audio');
}