From: lpsolit%gmail.com <> Date: Sat, 7 Jun 2008 19:09:00 +0000 (+0000) Subject: Bug 437602: importxml.pl does not correctly build the bugs_fulltext table - Patch... X-Git-Tag: bugzilla-3.2rc1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b75ff1009b3741777042dab5329f3ed63b89d8d;p=thirdparty%2Fbugzilla.git Bug 437602: importxml.pl does not correctly build the bugs_fulltext table - Patch by Ed Goose r/a=LpSolit --- diff --git a/importxml.pl b/importxml.pl index 2644d33802..63146c1519 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)