You are here

function insight_node_insert in Insight 7

Implementation of hook_node_insert();

File

./insight.module, line 494

Code

function insight_node_insert($node) {
  if (variable_get('insight_contentanalysis_autorun', '') == 'nodesave') {
    insight_contentanalysis_autoanalyze($node);
  }
}