From: terry%mozilla.org <> Date: Thu, 30 Sep 1999 05:51:30 +0000 (+0000) Subject: Patch by holger@holger.om.org (Holger Schurig) -- cope if Chart::Lines module is... X-Git-Tag: bugzilla-2.8~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8485e0fd41d15b0fbd96bc257ec0f95921aee79d;p=thirdparty%2Fbugzilla.git Patch by holger@holger.om.org (Holger Schurig) -- cope if Chart::Lines module is unavailable. --- diff --git a/reports.cgi b/reports.cgi index 0b78969afd..2293dd77ba 100755 --- a/reports.cgi +++ b/reports.cgi @@ -27,7 +27,7 @@ use diagnostics; use strict; -use Chart::Lines; +eval "use Chart::Lines"; require "CGI.pl"; require "globals.pl"; @@ -114,7 +114,9 @@ FIN sub choose_product { my $product_popup = make_options (\@myproducts, $myproducts[0]); - my $charts = (-d $dir) ? "