]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 178019 - reports.cgi should use the shadowdb. Patch by gerv; r=bbaetz.
authorgerv%gerv.net <>
Sun, 3 Nov 2002 06:59:10 +0000 (06:59 +0000)
committergerv%gerv.net <>
Sun, 3 Nov 2002 06:59:10 +0000 (06:59 +0000)
report.cgi

index 9543bc5b7349c69bae141a8f482bb44318510530..4c5952949012c7e01114444e5b1d4469ef530699 100755 (executable)
@@ -36,6 +36,8 @@ GetVersionTable();
 
 confirm_login();
 
+ReconnectToShadowDatabase();
+
 my $action = $cgi->param('action') || 'menu';
 
 if ($action eq "menu") {