From 70eb21091d161fe0325000af992f6f398683c92a Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Mon, 17 Jun 2002 16:38:56 +0000 Subject: Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called early enough r=mattyt, jouni --- token.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'token.cgi') diff --git a/token.cgi b/token.cgi index e1ae0b35b..72406223f 100755 --- a/token.cgi +++ b/token.cgi @@ -37,6 +37,7 @@ require "CGI.pl"; # Establish a connection to the database backend. ConnectToDatabase(); +quietly_check_login(); # Use the "Token" module that contains functions for doing various # token-related tasks. -- cgit v1.2.3-24-g4f1b