diff options
author | gerv%gerv.net <> | 2003-09-15 08:00:08 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2003-09-15 08:00:08 +0200 |
commit | 5852e76888924d197ae0a2322ce27b506c46b900 (patch) | |
tree | 05a82fb77be75d44662e030461182a1d226cb1c0 /report.cgi | |
parent | b23c12c2d3684605bb36eb7e323dc7644da5006d (diff) | |
download | bugzilla-5852e76888924d197ae0a2322ce27b506c46b900.tar.gz bugzilla-5852e76888924d197ae0a2322ce27b506c46b900.tar.xz |
Bug 218569 - Clean up reporting UI. Patch by gerv; r=jouni, a=justdave.
Diffstat (limited to 'report.cgi')
-rwxr-xr-x | report.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report.cgi b/report.cgi index 970190742..72e69a0fd 100755 --- a/report.cgi +++ b/report.cgi @@ -287,7 +287,7 @@ if ($action eq "wrap") { $vars->{'imagebase'} = $cgi->canonicalise_query( $tbl_field, "action", "ctype", "format", "width", "height"); $vars->{'switchbase'} = $cgi->canonicalise_query( - "action", "ctype", "format", "width", "height"); + "query_format", "action", "ctype", "format", "width", "height"); $vars->{'data'} = \%data; } elsif ($action eq "plot") { |