You are here

function soundmanager2_disable in SoundManager2 6.2

Same name and namespace in other branches
  1. 6 soundmanager2.install \soundmanager2_disable()

Implementation of hook_disable().

Notify content module when this module is disabled.

File

./soundmanager2.install, line 66
Implementation of hook_install().

Code

function soundmanager2_disable() {
}