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 --- post_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post_bug.cgi') diff --git a/post_bug.cgi b/post_bug.cgi index c04e34db0..fe0871191 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -50,6 +50,7 @@ sub sillyness { # Use global template variables. use vars qw($vars $template); +ConnectToDatabase(); confirm_login(); @@ -89,7 +90,6 @@ if (defined $::FORM{'maketemplate'}) { } umask 0; -ConnectToDatabase(); # Some sanity checking if(Param("usebuggroupsentry") && GroupExists($product)) { -- cgit v1.2.3-24-g4f1b