You are here

function pdf_to_imagefield_enable in PDF to ImageField 6

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

Implementation of hook_enable().

File

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

Code

function pdf_to_imagefield_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'pdf_to_imagefield');
}