From ffb8421230e301e8390a291111c8bd525ff0e5c4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 20 Sep 2009 17:18:04 +0000 Subject: - Patch #582736 by douggreen: removed unused function. --- modules/search/search.module | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules') diff --git a/modules/search/search.module b/modules/search/search.module index 07f22a9b2..c72dfe5b7 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -716,10 +716,6 @@ function search_touch_node($nid) { ->execute(); } -function search_touch_data($type, $sid) { - db_query("UPDATE {search_dataset} SET reindex = :time WHERE sid = :sid AND type = :type", array(':time' => REQUEST_TIME, ':sid' => $sid, ':type' => $type)); -} - /** * Implement hook_node_update_index(). */ -- cgit v1.2.3