From 8485e0fd41d15b0fbd96bc257ec0f95921aee79d Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Thu, 30 Sep 1999 05:51:30 +0000 Subject: Patch by holger@holger.om.org (Holger Schurig) -- cope if Chart::Lines module is unavailable. --- reports.cgi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'reports.cgi') diff --git a/reports.cgi b/reports.cgi index 0b78969af..2293dd77b 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) ? "