function insight_node_update in Insight 7
Implementation of hook_node_update();
File
- ./
insight.module, line 503
Code
function insight_node_update($node) {
if (variable_get('insight_contentanalysis_autorun_on_nodesave', INSIGHT_CONTENTANALYSIS_AUTORUN_ON_NODESAVE_DEFAULT)) {
insight_contentanalysis_autoanalyze($node);
}
}