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 --- quips.cgi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'quips.cgi') diff --git a/quips.cgi b/quips.cgi index e685fb207..7441f51fc 100755 --- a/quips.cgi +++ b/quips.cgi @@ -34,6 +34,11 @@ use lib qw(.); require "CGI.pl"; +# Even though quips aren't (yet) in the database, we need to check +# logins for the footer +ConnectToDatabase(); +quietly_check_login(); + my $action = $::FORM{'action'} || ""; if ($action eq "show") { -- cgit v1.2.3-24-g4f1b