You are here

function pdf_to_imagefield_disable in PDF to ImageField 6

Same name and namespace in other branches
  1. 6.2 pdf_to_imagefield.install \pdf_to_imagefield_disable()

Implementation of hook_disable().

File

./pdf_to_imagefield.install, line 37
PDF to ImageField install and enable hooks.

Code

function pdf_to_imagefield_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'pdf_to_imagefield');
}