|
From: Paul S. O. <ps...@us...> - 2002-03-19 00:47:55
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv3516 Modified Files: modcp.php Log Message: Update for change in remove search word function ... bug #531662 Index: modcp.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/modcp.php,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -r1.64 -r1.65 *** modcp.php 18 Mar 2002 18:05:53 -0000 1.64 --- modcp.php 19 Mar 2002 00:47:52 -0000 1.65 *************** *** 287,291 **** // Delete unmatched words // ! remove_unmatched_words(); } --- 287,291 ---- // Delete unmatched words // ! remove_search_post($post_id_sql); } |