diff options
author | gerv%gerv.net <> | 2002-11-03 07:59:10 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2002-11-03 07:59:10 +0100 |
commit | dad7d60d6cec4fae53f8f1c2ab900703f4237729 (patch) | |
tree | a528c9c5c7bc078d713e2f4d2b622a80df76a753 /report.cgi | |
parent | fe0892564f8c579d80ed2f34b3c90593ece9a4de (diff) | |
download | bugzilla-dad7d60d6cec4fae53f8f1c2ab900703f4237729.tar.gz bugzilla-dad7d60d6cec4fae53f8f1c2ab900703f4237729.tar.xz |
Bug 178019 - reports.cgi should use the shadowdb. Patch by gerv; r=bbaetz.
Diffstat (limited to 'report.cgi')
-rwxr-xr-x | report.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
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") { |