summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-08-27 18:35:05 +0200
committerbbaetz%student.usyd.edu.au <>2002-08-27 18:35:05 +0200
commit26f9cef39015907b9347bbdbd07c0bb35edb988e (patch)
treec7b352071c25ac838ab1ec316a06bf3404965663 /CGI.pl
parentf5c9d40bc27590493fed124fc8037c24fdd08d73 (diff)
downloadbugzilla-26f9cef39015907b9347bbdbd07c0bb35edb988e.tar.gz
bugzilla-26f9cef39015907b9347bbdbd07c0bb35edb988e.tar.xz
Bug 161203 - Bug changes with intermediate pages munges fields with
multiple values (e.g., CC) patch by "Randall M! Gee", r=bbaetz, myk
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/CGI.pl b/CGI.pl
index 69819263a..836788c17 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -787,6 +787,7 @@ Content-type: text/html
$vars->{'target'} = $nexturl;
$vars->{'form'} = \%::FORM;
+ $vars->{'mform'} = \%::MFORM;
print "Content-type: text/html\n\n";
$template->process("account/login.html.tmpl", $vars)