You are here

function sm2_plst_cck_enable in SoundManager2 6.2

Implementation of hook_enable().

Notify content module when this module is enabled.

File

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

Code

function sm2_plst_cck_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'sm2_plst_cck');
}