function soundmanager2_disable in SoundManager2 6
Same name and namespace in other branches
- 6.2 soundmanager2.install \soundmanager2_disable()
Implementation of hook_disable().
Notify content module when this module is disabled.
File
- ./
soundmanager2.install, line 40 - Implementation of hook_install().
Code
function soundmanager2_disable() {
drupal_load('module', 'content');
content_notify('disable', 'soundmanager2');
}