From db29480b097468be60ff0ffbc4344166443ae525 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 3 Jan 2013 01:03:31 +0800 Subject: Bug 817486: fix _sync_fulltext to avoid always updating bugs_fulltext.short_desc r=LpSolit,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 3b0bc093b..92a85c6da 100755 --- a/importxml.pl +++ b/importxml.pl @@ -1192,7 +1192,7 @@ sub process_bug { $c->{isprivate}, $c->{thetext}, 0); } $sth_comment->execute($id, $exporterid, $timestamp, 0, $comments, $worktime); - Bugzilla::Bug->new($id)->_sync_fulltext('new_bug'); + Bugzilla::Bug->new($id)->_sync_fulltext( new_bug => 1); # 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