From: gerv%gerv.net <> Date: Sun, 3 Nov 2002 06:59:10 +0000 (+0000) Subject: Bug 178019 - reports.cgi should use the shadowdb. Patch by gerv; r=bbaetz. X-Git-Tag: bugzilla-2.17.1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dad7d60d6cec4fae53f8f1c2ab900703f4237729;p=thirdparty%2Fbugzilla.git Bug 178019 - reports.cgi should use the shadowdb. Patch by gerv; r=bbaetz. --- diff --git a/report.cgi b/report.cgi index 9543bc5b73..4c59529490 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") {