aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modcp.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-03-19 00:47:52 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-03-19 00:47:52 +0000
commit4f23d69f63334ccb6d1e7d4b303797b392d0ee8c (patch)
tree1c85d0886b5d90534d2181aee9e2ec8ea37f2dc0 /phpBB/modcp.php
parent03c6ace568d7b8bf3bcfb0a8ac6beb4b845306b5 (diff)
downloadforums-4f23d69f63334ccb6d1e7d4b303797b392d0ee8c.tar
forums-4f23d69f63334ccb6d1e7d4b303797b392d0ee8c.tar.gz
forums-4f23d69f63334ccb6d1e7d4b303797b392d0ee8c.tar.bz2
forums-4f23d69f63334ccb6d1e7d4b303797b392d0ee8c.tar.xz
forums-4f23d69f63334ccb6d1e7d4b303797b392d0ee8c.zip
Update for change in remove search word function ... bug #531662
git-svn-id: file:///svn/phpbb/trunk@2337 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/modcp.php')
-rw-r--r--phpBB/modcp.php2
1 files changed, 1 insertions, 1 deletions
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);
}