From: cyeh%bluemartini.com <>
Date: Sat, 10 Mar 2001 05:24:53 +0000 (+0000)
Subject: fix for 6682: Chart all bug states
X-Git-Tag: bugzilla-2.12~59
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a02e681d90e1d30f386ab88da9bdfca57c472ce;p=thirdparty%2Fbugzilla.git
fix for 6682: Chart all bug states
patch submitted by
gervase.markham@univ.ox.ac.uk
(Gervase Markham)
---
diff --git a/reports.cgi b/reports.cgi
index 0f9b370e40..8fefd50ac8 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 ? "