You are here

function node_import_alter in Default Content 7.2

Same name and namespace in other branches
  1. 7 plugins/node.inc \node_import_alter()

Handles the importing of nodes

TODO: use the current user id if we have one

File

plugins/node.inc, line 54

Code

function node_import_alter(&$node) {
  $node->uid = 1;
}