I just wonder if this code in lightbox2.install

/**
 * Implementation of hook_install().
 */
function lightbox2_install() {
  module_invoke('content', 'clear_type_cache');
}

mean it actually has a depency on on the cck content module?

Comments

stella’s picture

Status: Active » Fixed

No, there is no dependency on CCK but if it present it will integrate with it.

Cheers,
Stella

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.