You are here

function galleryformatter_install in Gallery formatter 6

@file Notifies CCK of our module.

Implementation of hook_install().

File

./galleryformatter.install, line 10
Notifies CCK of our module.

Code

function galleryformatter_install() {
  drupal_load('module', 'content');
  content_notify('install', 'galleryformatter');
}