From 4df1c8fd665e5fc7c66e265b1f32b75837ae719f Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Sat, 27 Mar 2004 11:51:43 +0000 Subject: Fix for bug 234175: Remove deprecated ConnectToDatabase() and quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa . r=bbaetz, kiko. a=justdave. --- contrib/syncLDAP.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'contrib/syncLDAP.pl') diff --git a/contrib/syncLDAP.pl b/contrib/syncLDAP.pl index 701695aea..b9d3e8a5f 100755 --- a/contrib/syncLDAP.pl +++ b/contrib/syncLDAP.pl @@ -74,8 +74,6 @@ foreach my $arg (@ARGV) } } -ConnectToDatabase(); - my %bugzilla_users; my %ldap_users; -- cgit v1.2.3-24-g4f1b