You are here

function filefield_paths_node_insert in File (Field) Paths 6.2

Same name and namespace in other branches
  1. 6 filefield_paths.module \filefield_paths_node_insert()

Implements hook_node_insert().

File

./filefield_paths.module, line 153
Contains core functions for the FileField Paths module.

Code

function filefield_paths_node_insert(&$node) {
  filefield_paths_node_update($node);
}