function domain_path_node_update in Domain Path 7
Implements hook_node_update().
File
- ./
domain_path.module, line 528 - Path alias handling for multiple domains.
Code
function domain_path_node_update($node) {
domain_path_node_insert($node);
}
Implements hook_node_update().
function domain_path_node_update($node) {
domain_path_node_insert($node);
}