From e40ada61703c1959e2f8291ff1a27178db409832 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 7 Jun 2008 19:07:00 +0000 Subject: Bug 437602: importxml.pl does not correctly build the bugs_fulltext table - Patch by Ed Goose r/a=LpSolit --- importxml.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'importxml.pl') diff --git a/importxml.pl b/importxml.pl index 2644d3380..63146c151 100755 --- a/importxml.pl +++ b/importxml.pl @@ -1253,7 +1253,7 @@ sub process_bug { VALUES (?,?,?,?,?,?)", undef, $id, $exporterid, $timestamp, $worktime, $private, $long_description ); - Bugzilla::Bug->new($id)->_sync_fulltext(); + Bugzilla::Bug->new($id)->_sync_fulltext('new_bug'); # Add this bug to each group of which its product is a member. my $sth_group = $dbh->prepare("INSERT INTO bug_group_map (bug_id, group_id) -- cgit v1.2.3-24-g4f1b