You are here

function pathauto_node_operations_update in Pathauto 6

Same name and namespace in other branches
  1. 5.2 pathauto.module \pathauto_node_operations_update()

Wrapper function backwards compatibility. Should be avoided.

Parameters

$nodes: An array of node IDs.

See also

pathauto_node_update_alias_multiple().

File

./pathauto.module, line 462
Main file for the Pathauto module, which automatically generates aliases for content.

Code

function pathauto_node_operations_update($nodes) {
  return pathauto_node_update_alias_multiple($nodes, 'bulkupdate');
}