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 --- doeditparams.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doeditparams.cgi') diff --git a/doeditparams.cgi b/doeditparams.cgi index 7390333c0..3e97e140b 100755 --- a/doeditparams.cgi +++ b/doeditparams.cgi @@ -33,7 +33,7 @@ use vars %::param, %::param_default, @::param_list; - +ConnectToDatabase(); confirm_login(); print "Content-type: text/html\n\n"; -- cgit v1.2.3-24-g4f1b