From 13143eae683102d68ceea369638998b3e72a95fa Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 5 Nov 2004 17:22:26 +0000 Subject: Patch for bug 262182: editing a buglist from a tabular report shouldn't go to a wrong page; patch by Gervase Markham ; r=rsiklos, 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 63a87d0e4..42dc390cb 100755 --- a/report.cgi +++ b/report.cgi @@ -274,7 +274,7 @@ if ($action eq "wrap") { # URLs in the HTML. $vars->{'buglistbase'} = $cgi->canonicalise_query( "x_axis_field", "y_axis_field", "z_axis_field", - "ctype", "format", @axis_fields); + "ctype", "format", "query_format", @axis_fields); $vars->{'imagebase'} = $cgi->canonicalise_query( $tbl_field, "action", "ctype", "format", "width", "height"); $vars->{'switchbase'} = $cgi->canonicalise_query( -- cgit v1.2.3-24-g4f1b