You are here

function jquery_colorpicker_cck_disable in Jquery Colorpicker 6.2

Implementation of hook_disable().

Notify content module when this module is disabled.

File

jquery_colorpicker_cck/jquery_colorpicker_cck.install, line 35

Code

function jquery_colorpicker_cck_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'jquery_colorpicker_cck');
}