Bug 238877: remove %FORM from Bugzilla/Auth/Login/WWW/CGI.pm - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave

This commit is contained in:
lpsolit%gmail.com 2005-04-08 00:54:16 +00:00
parent df8df054b5
commit cf944750bf
2 changed files with 0 additions and 5 deletions

View File

@ -148,8 +148,6 @@ sub login {
my $template = Bugzilla->template;
$template->process("account/auth/login.html.tmpl",
{ 'target' => $cgi->url(-relative=>1),
'form' => \%::FORM,
'mform' => \%::MFORM,
'caneditaccount' => Bugzilla::Auth->can_edit('new'),
'has_db' => Bugzilla::Auth->has_db,
}

View File

@ -22,9 +22,6 @@
[%# INTERFACE:
# target: string. URL to go to after login.
# form: hash; the form values which need to be submitted to the target script
# mform: hash; the form values with multiple values which need to be
# submitted to the target script
# has_db: true if DB is one of the available authentication mechanisms
#%]