|
From: Paul S. O. <ps...@us...> - 2001-12-30 13:33:37
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv5181 Modified Files: posting.php Log Message: Fix bug #497725 Index: posting.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/posting.php,v retrieving revision 1.133 retrieving revision 1.134 diff -C2 -r1.133 -r1.134 *** posting.php 2001/12/29 15:18:34 1.133 --- posting.php 2001/12/30 13:33:34 1.134 *************** *** 156,160 **** } ! $sql = "DELETE FROM " . SEARCH_WORD_MATCH . " WHERE word_id IN ($common_word_id_list)"; $result = $db->sql_query($sql); --- 156,160 ---- } ! $sql = "DELETE FROM " . SEARCH_MATCH_TABLE . " WHERE word_id IN ($common_word_id_list)"; $result = $db->sql_query($sql); |