|
From: Paul S. O. <ps...@us...> - 2001-11-23 21:09:42
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv31674 Modified Files: posting.php Log Message: Small error in SQL for Postgres searchmatch clean Index: posting.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/posting.php,v retrieving revision 1.106 retrieving revision 1.107 diff -C2 -r1.106 -r1.107 *** posting.php 2001/11/23 19:01:51 1.106 --- posting.php 2001/11/23 21:09:37 1.107 *************** *** 170,175 **** WHERE word_id NOT IN ( SELECT word_id ! FROM " . SEARCH_MATCH_TABLE . ") ! GROUP BY word_id"; $result = $db->sql_query($sql); if( !$result ) --- 170,175 ---- WHERE word_id NOT IN ( SELECT word_id ! FROM " . SEARCH_MATCH_TABLE . " ! GROUP BY word_id)"; $result = $db->sql_query($sql); if( !$result ) |