Wrong function name for cleaning up search tables ... I did change this but looks like I didn't commit it ... @!#%# hell

git-svn-id: file:///svn/phpbb/trunk@2377 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-03-20 15:46:36 +00:00
parent b56667c1dd
commit de46963c74

View file

@ -101,7 +101,7 @@ function prune($forum_id, $prune_date)
message_die(GENERAL_ERROR, "Couldn't delete search matches", "", __LINE__, __FILE__, $sql); message_die(GENERAL_ERROR, "Couldn't delete search matches", "", __LINE__, __FILE__, $sql);
} }
remove_unmatched_words(); remove_search_post($sql_post);
$sql = "UPDATE " . FORUMS_TABLE . " $sql = "UPDATE " . FORUMS_TABLE . "
SET forum_topics = forum_topics - $pruned_topics, forum_posts = forum_posts - $pruned_posts SET forum_topics = forum_topics - $pruned_topics, forum_posts = forum_posts - $pruned_posts