From 26f9cef39015907b9347bbdbd07c0bb35edb988e Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Tue, 27 Aug 2002 16:35:05 +0000 Subject: Bug 161203 - Bug changes with intermediate pages munges fields with multiple values (e.g., CC) patch by "Randall M! Gee", r=bbaetz, myk --- CGI.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'CGI.pl') 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) -- cgit v1.2.3-24-g4f1b