Commit e40ada61 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 437602: importxml.pl does not correctly build the bugs_fulltext table -…

Bug 437602: importxml.pl does not correctly build the bugs_fulltext table - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit
parent 27effd99
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment