summaryrefslogtreecommitdiffstats
path: root/importxml.pl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-01-02 18:03:31 +0100
committerByron Jones <bjones@mozilla.com>2013-01-02 18:03:31 +0100
commitdb29480b097468be60ff0ffbc4344166443ae525 (patch)
tree0a10723bc8943a271a22dad0e96157ae46680d39 /importxml.pl
parent2441a0966dc580b0bbd3c1113b8d0d03bac2c051 (diff)
downloadbugzilla-db29480b097468be60ff0ffbc4344166443ae525.tar.gz
bugzilla-db29480b097468be60ff0ffbc4344166443ae525.tar.xz
Bug 817486: fix _sync_fulltext to avoid always updating bugs_fulltext.short_desc
r=LpSolit,a=LpSolit
Diffstat (limited to 'importxml.pl')
-rwxr-xr-ximportxml.pl2
1 files changed, 1 insertions, 1 deletions
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)