function sm2_plst_cck_disable in SoundManager2 6.2
Implementation of hook_disable().
Notify content module when this module is disabled.
File
- sm2_plst_cck/
sm2_plst_cck.install, line 37 - Implementation of hook_install().
Code
function sm2_plst_cck_disable() {
drupal_load('module', 'content');
content_notify('disable', 'sm2_plst_cck');
}