From dad7d60d6cec4fae53f8f1c2ab900703f4237729 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 3 Nov 2002 06:59:10 +0000 Subject: Bug 178019 - reports.cgi should use the shadowdb. Patch by gerv; r=bbaetz. --- report.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'report.cgi') diff --git a/report.cgi b/report.cgi index 9543bc5b7..4c5952949 100755 --- a/report.cgi +++ b/report.cgi @@ -36,6 +36,8 @@ GetVersionTable(); confirm_login(); +ReconnectToShadowDatabase(); + my $action = $cgi->param('action') || 'menu'; if ($action eq "menu") { -- cgit v1.2.3-24-g4f1b