From c66a20756d1ff38efce0ffd4bd63ccf8651127c9 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Tue, 7 Dec 2004 01:07:54 +0000 Subject: Patch for bug 258711: move.pl should honour emailsuffix; patch by Marc Schumann , r=justdave, a=justdave. --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index 6ee94a161..221bf58f0 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -559,7 +559,7 @@ if (defined $::FORM{action}) { $action = trim($::FORM{action}); } if (Param("move-enabled") && $action eq Param("move-button-text")) { - $::FORM{'buglist'} = join (":", @idlist); + $cgi->param('buglist', join (":", @idlist)); do "move.pl" || die "Error executing move.cgi: $!"; PutFooter(); exit; -- cgit v1.2.3-24-g4f1b