You are here

function jquery_colorpicker_cck_enable in Jquery Colorpicker 6.2

Implementation of hook_enable().

Notify content module when this module is enabled.

File

jquery_colorpicker_cck/jquery_colorpicker_cck.install, line 25

Code

function jquery_colorpicker_cck_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'jquery_colorpicker_cck');
}