1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 15:45:34 +02:00

Update for change in remove search word function ... bug #531662

git-svn-id: file:///svn/phpbb/trunk@2337 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-03-19 00:47:52 +00:00
parent 03c6ace568
commit 4f23d69f63

View File

@ -286,7 +286,7 @@ switch($mode)
//
// Delete unmatched words
//
remove_unmatched_words();
remove_search_post($post_id_sql);
}