You are here

function flickrfield_disable in Flickr 6

Implements hook_disable().

Notify content module when this module is disabled.

File

field/flickrfield.install, line 33

Code

function flickrfield_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'flickrfield');
}