function geshifield_field in GeSHi Filter for syntax highlighting 6
Implementation of hook_field().
File
- geshifield/
geshifield.module, line 74 - Defines a CCK field for source code with GeSHi syntax highlighting.
Code
function geshifield_field($op, &$node, $field, &$items, $teaser, $page) {
// Nothing to do here.
// Typically only the validition operation is needed in this hook
// but for geshifield even this is not needed.
}