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