From 0b0b40297ce4ab1aee9a886e9bb80a69dc24cad1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 11 Feb 2010 09:04:54 +0000 Subject: - Patch #710406 by jhodgdon: node_search_execute() should no longer try to call taxonomy_node_update_index() because it no longer exists. --- modules/node/node.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index 426a25b9f..536b303fb 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1599,8 +1599,6 @@ function node_search_execute($keys = NULL) { // Fetch comments for snippet. $node->rendered .= ' ' . module_invoke('comment', 'node_update_index', $node); - // Fetch terms for snippet. - $node->rendered .= ' ' . module_invoke('taxonomy', 'node_update_index', $node); $extra = module_invoke_all('node_search_result', $node); -- cgit v1.2.3