You are here

function geshifield_enable in GeSHi Filter for syntax highlighting 6

Implementation of hook_enable().

File

geshifield/geshifield.install, line 29
Install and unistall related function for the GeSHi Field module.

Code

function geshifield_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'geshifield');
}