diff --git a/phpBB/develop/search_fill.php b/phpBB/develop/search_fill.php index b993015ac3..538ab10fe6 100644 --- a/phpBB/develop/search_fill.php +++ b/phpBB/develop/search_fill.php @@ -275,7 +275,7 @@ for(;$postcounter <= $max_post_id; $postcounter += $batchsize) // Get the word_id's out of the DB (to see if they are already there) $sql = "SELECT word_id, word_text - FROM phpbb_search_wordlist + FROM ".SEARCH_WORD_TABLE." WHERE word_text IN ($sql_select) GROUP BY word_text"; $result = $db->sql_query($sql);