You are here

function sm2_plst_cck_uninstall in SoundManager2 6.2

Implementation of hook_uninstall().

File

sm2_plst_cck/sm2_plst_cck.install, line 17
Implementation of hook_install().

Code

function sm2_plst_cck_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'sm2_plst_cck');
}