On Thu, Oct 11, 2007 at 04:33:18AM +0400, Ruslan Zakirov wrote: > Actually the changes Jesse's talking about are in 3.6.5 :) >
Thanks! <Reminder for me> always look at the last release before making cusom changes on code ;) </Reminder for me> But there is a typo in RT_Config 3.6.5 for Font name: Set($ChartFont, undef); share/html/Search/Chart uses $RT::FontForCharts So it works here with this in RT_SiteConfig.pm: Set($FontForCharts, '/appli/rt/fonts/truetype/ttf-bitstream-vera/Vera.ttf'); _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
