|
From: Bart v. B. <ba...@us...> - 2001-12-14 01:59:27
|
Update of /cvsroot/phpbb/phpBB2/develop In directory usw-pr-cvs1:/tmp/cvs-serv3718 Modified Files: search_fill.php Log Message: Changed fixed table name to constant Index: search_fill.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/develop/search_fill.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** search_fill.php 2001/12/14 01:58:21 1.5 --- search_fill.php 2001/12/14 01:59:24 1.6 *************** *** 276,280 **** // 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 WHERE word_text IN ($sql_select) GROUP BY word_text"; --- 276,280 ---- // Get the word_id's out of the DB (to see if they are already there) $sql = "SELECT word_id, word_text ! FROM ".SEARCH_WORD_TABLE." WHERE word_text IN ($sql_select) GROUP BY word_text"; |