You are here

function filefield_paths_node_insert in File (Field) Paths 6

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

Implements hook_node_insert().

File

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

Code

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