aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-11-03 06:59:10 +0000
committergerv%gerv.net <>2002-11-03 06:59:10 +0000
commitdad7d60d6cec4fae53f8f1c2ab900703f4237729 (patch)
treea528c9c5c7bc078d713e2f4d2b622a80df76a753 /report.cgi
parentFix for bug 176509: "(this bug is not in your list)" no longer appears in the... (diff)
downloadbugzilla-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-xreport.cgi2
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") {