From 9249eafc0c96a8eec78ba896027ba2ea208f27d2 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 5 Mar 2013 15:35:25 +0800 Subject: Bug 817486: _sync_fulltext always updates bugs_fulltext.short_desc, even if it wasn't changed --- importxml.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'importxml.pl') diff --git a/importxml.pl b/importxml.pl index 896848b0a..7ed4c9f21 100755 --- a/importxml.pl +++ b/importxml.pl @@ -1208,7 +1208,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