From ea751b77f103a920f1b22a7734ac2965a9ce67df Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 30 Dec 2001 13:33:34 +0000 Subject: Fix bug #497725 git-svn-id: file:///svn/phpbb/trunk@1743 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/posting.php b/phpBB/posting.php index e09e1ab73d..23182b2d02 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -155,7 +155,7 @@ function remove_common($percent, $word_id_list = array()) message_die(GENERAL_ERROR, "Couldn't delete word list entry", "", __LINE__, __FILE__, $sql); } - $sql = "DELETE FROM " . SEARCH_WORD_MATCH . " + $sql = "DELETE FROM " . SEARCH_MATCH_TABLE . " WHERE word_id IN ($common_word_id_list)"; $result = $db->sql_query($sql); if( !$result ) -- cgit v1.2.1