From 2d313bda0114f1f61ba2aff76d5505ec48f57f75 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 17 Apr 2005 00:33:29 +0000 Subject: [PATCH] =?utf8?q?Bug=20290579:=20Remove=20unused=20function=20Pas?= =?utf8?q?swordForLogin()=20from=20CGI.pl=20-=20Patch=20by=20Fr=C3=A9d?= =?utf8?q?=C3=A9ric=20Buclin=20=20r=3Djoel=20a=3Djustda?= =?utf8?q?ve?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- CGI.pl | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CGI.pl b/CGI.pl index 1295a5baf3..db8b8e27f8 100644 --- a/CGI.pl +++ b/CGI.pl @@ -174,17 +174,6 @@ sub ValidateBugID { } } -sub PasswordForLogin { - my ($login) = (@_); - SendSQL("SELECT cryptpassword FROM profiles WHERE login_name = " . - SqlQuote($login)); - my $result = FetchOneColumn(); - if (!defined $result) { - $result = ""; - } - return $result; -} - sub CheckEmailSyntax { my ($addr) = (@_); my $match = Param('emailregexp'); -- 2.47.3