diff options
Diffstat (limited to 'modules/search/search.module')
-rw-r--r-- | modules/search/search.module | 4 |
1 files changed, 0 insertions, 4 deletions
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(). */ |