]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix for 69147: reports.cgi still refers to gif (bugzilla 2.11)
authorcyeh%bluemartini.com <>
Thu, 1 Mar 2001 07:36:49 +0000 (07:36 +0000)
committercyeh%bluemartini.com <>
Thu, 1 Mar 2001 07:36:49 +0000 (07:36 +0000)
patch contributed to dave@intrec.com (Dave Miller).
remove useless code.

reports.cgi

index e23897c9f3042e7715746e388b84c7d4fa85e89e..0f9b370e406784ef9d67245036b439e8f363b805 100755 (executable)
@@ -521,7 +521,6 @@ FIN
 sub chart_image_type {
     # what chart type should we be generating?
     my $testimg = Chart::Lines->new(2,2);
-       eval '$testimg->gif()';
     my $type = $testimg->can('gif') ? "gif" : "png";
 
     undef $testimg;