You are here

function finder_node_finder_goto in Finder 6

Same name and namespace in other branches
  1. 7 modules/finder_node/finder_node.module \finder_node_finder_goto()

Implementation of hook_finder_goto().

See also

hook_finder_goto()

File

modules/finder_node/finder_node.module, line 200
The finder node module.

Code

function finder_node_finder_goto($finder, $result) {
  drupal_goto('node/' . $result->nid);
}