From 1a02e681d90e1d30f386ab88da9bdfca57c472ce Mon Sep 17 00:00:00 2001
From: "cyeh%bluemartini.com" <>
Date: Sat, 10 Mar 2001 05:24:53 +0000
Subject: fix for 6682: Chart all bug states patch submitted by
gervase.markham@univ.ox.ac.uk (Gervase Markham)
---
reports.cgi | 75 +++++++++++++++++++++++++++++++++++--------------------------
1 file changed, 43 insertions(+), 32 deletions(-)
(limited to 'reports.cgi')
diff --git a/reports.cgi b/reports.cgi
index 0f9b370e4..8fefd50ac 100755
--- a/reports.cgi
+++ b/reports.cgi
@@ -73,11 +73,11 @@ ConnectToDatabase(1);
quietly_check_login();
print "Content-type: text/html\n";
- #Changing attachment to inline to resolve 46897
- #zach@zachlipton.com
+
+# Changing attachment to inline to resolve 46897 - zach@zachlipton.com
print "Content-disposition: inline; filename=bugzilla_report.html\n\n";
-# If we're here for the first time, give a banner. Else respect the banner flag.
+# If we're here for the first time, give a banner. Else respect the banner flag.
if ( (!defined $FORM{'product'}) || ($FORM{'banner'}) ) {
PutHeader ("Bug Reports")
}
@@ -159,8 +159,15 @@ PutFooter() if $FORM{banner};
sub choose_product {
my $product_popup = make_options (\@myproducts, $myproducts[0]);
- my $charts = $use_gd && -d $dir ? "