]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 437602: importxml.pl does not correctly build the bugs_fulltext table - Patch...
authorlpsolit%gmail.com <>
Sat, 7 Jun 2008 19:07:00 +0000 (19:07 +0000)
committerlpsolit%gmail.com <>
Sat, 7 Jun 2008 19:07:00 +0000 (19:07 +0000)
importxml.pl

index 2644d338020e375d87f16dfcba36f2a8db904803..63146c1519245a995ae0334d27d55f80ab19aed5 100755 (executable)
@@ -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)