From: terry%mozilla.org <> Date: Fri, 18 Feb 2000 09:15:21 +0000 (+0000) Subject: Make reports work off of the the shadow database. X-Git-Tag: bugzilla-2.12~372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3291163dabc19c1de1eb475b1359cfa729a4099;p=thirdparty%2Fbugzilla.git Make reports work off of the the shadow database. --- diff --git a/reports.cgi b/reports.cgi index a112b0b44f..6c8ededcfe 100755 --- a/reports.cgi +++ b/reports.cgi @@ -63,7 +63,7 @@ else print("Bug Reports"); } -ConnectToDatabase(); +ConnectToDatabase(1); GetVersionTable(); my @myproducts;