diff options
Diffstat (limited to 'reports.cgi')
-rwxr-xr-x | reports.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reports.cgi b/reports.cgi index 2c9f8facc..0be2ab64b 100755 --- a/reports.cgi +++ b/reports.cgi @@ -75,7 +75,7 @@ if (! defined $cgi->param('product')) { || ThrowCodeError('chart_dir_nonexistent', {dir => $dir, graph_dir => $graph_dir}); - my %default_sel = map { $_ => 1 } qw/UNCONFIRMED NEW ASSIGNED REOPENED/; + my %default_sel = map { $_ => 1 } BUG_STATE_OPEN; my @datasets; my @data = get_data($dir); |