function tableofcontents_node_update in Table of Contents 7
Implementation of hook_node_update
File
- ./
tableofcontents.module, line 206 - This is a filter module to generate a collapsible jquery enabled mediawiki style table of contents based on <h[1-6]> tags. Transforms header tags into named anchors.
Code
function tableofcontents_node_update($node) {
_tableofcontents_save($node);
}