You are here

function geshifield_uninstall in GeSHi Filter for syntax highlighting 6

Implementation of hook_uninstall().

File

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

Code

function geshifield_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'geshifield');
}