You are here

function sm2_plst_cck_install in SoundManager2 6.2

@file Implementation of hook_install().

File

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

Code

function sm2_plst_cck_install() {
  drupal_load('module', 'content');
  content_notify('install', 'sm2_plst_cck');
}