From 7de53b46ec192c66192f3ebcd6123c2c3dbecb6f Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sat, 21 Jan 2006 22:57:42 +0000 Subject: - search deals with global topics - fixed some other search related bugs git-svn-id: file:///svn/phpbb/trunk@5482 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/posting.php') diff --git a/phpBB/posting.php b/phpBB/posting.php index c5a36421a9..a59f70ff52 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1833,7 +1833,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u trigger_error($error); } - $search->index($mode, $data['post_id'], $data['message'], $subject); + $search->index($mode, $data['post_id'], $data['message'], $subject, $poster_id); } $db->sql_transaction('commit'); -- cgit v1.2.1