function galleryformatter_disable in Gallery formatter 6
Implementation of hook_disable().
Notify content module when this module is disabled.
File
- ./
galleryformatter.install, line 38 - Notifies CCK of our module.
Code
function galleryformatter_disable() {
drupal_load('module', 'content');
content_notify('disable', 'galleryformatter');
}