summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/Migrate/Flyspray.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Migrate/Flyspray.pm b/Bugzilla/Migrate/Flyspray.pm
index 8a52daabf..9063466cc 100644
--- a/Bugzilla/Migrate/Flyspray.pm
+++ b/Bugzilla/Migrate/Flyspray.pm
@@ -297,7 +297,7 @@ sub _read_bugs {
ORDER BY t.task_id
");
$sth->execute();
- #WHERE t.task_id IN (21668, 22102, 23845, 23884)
+ #WHERE t.task_id IN (21668, 22102, 23845, 23884)
my @result;
while (my $row = $sth->fetchrow_hashref()) {