From 5852e76888924d197ae0a2322ce27b506c46b900 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Mon, 15 Sep 2003 06:00:08 +0000 Subject: Bug 218569 - Clean up reporting UI. Patch by gerv; r=jouni, a=justdave. --- report.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'report.cgi') 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") { -- cgit v1.2.3-24-g4f1b