]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Make reports work off of the the shadow database.
authorterry%mozilla.org <>
Fri, 18 Feb 2000 09:15:21 +0000 (09:15 +0000)
committerterry%mozilla.org <>
Fri, 18 Feb 2000 09:15:21 +0000 (09:15 +0000)
reports.cgi

index a112b0b44f49e113bd4b309daea5abcb75f6f20c..6c8ededcfe551110c3f08f2fc675fc3ecdc72834 100755 (executable)
@@ -63,7 +63,7 @@ else
        print("<html><head><title>Bug Reports</title></head><body bgcolor=\"#FFFFFF\">");
         }
 
-ConnectToDatabase();
+ConnectToDatabase(1);
 GetVersionTable();
 
 my @myproducts;