From 4f23d69f63334ccb6d1e7d4b303797b392d0ee8c Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 19 Mar 2002 00:47:52 +0000 Subject: Update for change in remove search word function ... bug #531662 git-svn-id: file:///svn/phpbb/trunk@2337 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/modcp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/modcp.php b/phpBB/modcp.php index c67b0cfc1f..3218eff0b2 100644 --- a/phpBB/modcp.php +++ b/phpBB/modcp.php @@ -286,7 +286,7 @@ switch($mode) // // Delete unmatched words // - remove_unmatched_words(); + remove_search_post($post_id_sql); } -- cgit v1.2.1