You are here

function support_pm_node_insert in Support Ticketing System 7

Implements hook_node_insert().

File

support_pm/support_pm.module, line 232
Support Project Management. @author Jeremy Andrews <jeremy@tag1consulting.com> @package Support

Code

function support_pm_node_insert($node) {
  return support_pm_node_update($node);
}