summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-06-23 09:46:08 +0200
committerbbaetz%student.usyd.edu.au <>2002-06-23 09:46:08 +0200
commit827b828164394eb38ed4ef5eb0df99e8797021b1 (patch)
tree254e9b880bd65a6d86ce5bff0bb478a9d780b324 /CGI.pl
parent106f715776c58f3f128cb12c7bb5c1f0a6d42b49 (diff)
downloadbugzilla-827b828164394eb38ed4ef5eb0df99e8797021b1.tar.gz
bugzilla-827b828164394eb38ed4ef5eb0df99e8797021b1.tar.xz
Bug 150153 - ConnectToDatabase/quietly_check_login issues pt 2
r=jouni x2
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/CGI.pl b/CGI.pl
index 04a683a47..ea305db53 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -442,7 +442,6 @@ sub quietly_check_login() {
$::userid = 0;
if (defined $::COOKIE{"Bugzilla_login"} &&
defined $::COOKIE{"Bugzilla_logincookie"}) {
- ConnectToDatabase();
SendSQL("SELECT profiles.userid, profiles.groupset, " .
"profiles.login_name, " .
"profiles.login_name = " .
@@ -559,7 +558,6 @@ sub confirm_login {
# Uncommenting the next line can help debugging...
# print "Content-type: text/plain\n\n";
- ConnectToDatabase();
# I'm going to reorganize some of this stuff a bit. Since we're adding
# a second possible validation method (LDAP), we need to move some of this
# to a later section. -Joe Robins, 8/3/00