[Rt-commit] r9271 - in rt/branches/3.6-RELEASE: .

jesse at bestpractical.com jesse at bestpractical.com
Thu Oct 11 11:41:03 EDT 2007


Author: jesse
Date: Thu Oct 11 11:40:59 2007
New Revision: 9271

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/html/Search/Chart

Log:
 r68059 at pinglin:  jesse | 2007-10-11 11:40:39 -0400
 * We used the wrong variable name in html/Search/Chart (for fonts)
     Thanks to elacour at easter-eggs.com
 
 


Modified: rt/branches/3.6-RELEASE/html/Search/Chart
==============================================================================
--- rt/branches/3.6-RELEASE/html/Search/Chart	(original)
+++ rt/branches/3.6-RELEASE/html/Search/Chart	Thu Oct 11 11:40:59 2007
@@ -75,7 +75,7 @@
 
 my $chart = $chart_class->new( 600 => 400 );
 
-my $font = $RT::FontForCharts || ['verdana', 'arial', gdMediumBoldFont];
+my $font = $RT::ChartFont || ['verdana', 'arial', gdMediumBoldFont];
 $chart->set_title_font( $font, 12 ) if $chart->can('set_title_font');
 $chart->set_legend_font( $font, 12 ) if $chart->can('set_legend_font');
 $chart->set_x_label_font( $font, 10 ) if $chart->can('set_x_label_font');


More information about the Rt-commit mailing list