diff options
author | 2002-11-03 06:59:10 +0000 | |
---|---|---|
committer | 2002-11-03 06:59:10 +0000 | |
commit | dad7d60d6cec4fae53f8f1c2ab900703f4237729 (patch) | |
tree | a528c9c5c7bc078d713e2f4d2b622a80df76a753 /report.cgi | |
parent | Fix for bug 176509: "(this bug is not in your list)" no longer appears in the... (diff) | |
download | bugzilla-dad7d60d6cec4fae53f8f1c2ab900703f4237729.tar.gz bugzilla-dad7d60d6cec4fae53f8f1c2ab900703f4237729.tar.bz2 bugzilla-dad7d60d6cec4fae53f8f1c2ab900703f4237729.zip |
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") { |