function geshifield_disable in GeSHi Filter for syntax highlighting 6
Implementation of hook_disable().
File
- geshifield/
geshifield.install, line 37 - Install and unistall related function for the GeSHi Field module.
Code
function geshifield_disable() {
drupal_load('module', 'content');
content_notify('disable', 'geshifield');
}