Commit cbd206cb authored by dave%intrec.com's avatar dave%intrec.com

Fix for bug 66154, fixes error introduced in v1.42 of reports.cgi from bug…

Fix for bug 66154, fixes error introduced in v1.42 of reports.cgi from bug 39159. Patch by Alan Shields <shie9022@msmailhub.oulan.ou.edu>
parent 923b661c
......@@ -40,7 +40,7 @@ use diagnostics;
use strict;
eval "use GD";
my $use_gd = @ ? 0 : 1;
my $use_gd = $@ ? 0 : 1;
eval "use Chart::Lines";
$use_gd = 0 if $@;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment