From c15ee7a4d566c9e4911ac0cc0e94edb8d357709d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 10 Apr 2005 06:18:16 +0000 Subject: Bug 225818: %FORM, %MFORM, and %COOKIE need to go away, in favor of the CGI methods - Patch by Teemu Mannermaa r=LpSolit a=myk --- Bugzilla/User.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Bugzilla/User.pm') diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index 8cb4d5f99..ec3129b32 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -841,9 +841,6 @@ sub match_field { $cgi->append(-name=>$field, -values=>[@{$users}[0]->{'login'}]); - # XXX FORM compatilibity code, will be removed in bug 225818 - $::FORM{$field} = join(" ", $cgi->param($field)); - next; } @@ -857,9 +854,6 @@ sub match_field { $cgi->append(-name=>$field, -values=>[@{$users}[0]->{'login'}]); - # XXX FORM compatilibity code, will be removed in bug 225818 - $::FORM{$field} = join(" ", $cgi->param($field)); - $need_confirm = 1 if &::Param('confirmuniqueusermatch'); } -- cgit v1.2.3-24-g4f1b