function hosting_node_search_result in Hosting 7.4
Same name and namespace in other branches
- 7.3 hosting.module \hosting_node_search_result()
Implements hook_node_search_result().
See also
File
- ./
hosting.module, line 366 - Hosting module.
Code
function hosting_node_search_result($node) {
// Redispatch through our custom nodeapi implementation.
hosting_nodeapi($node, 'search result');
}