[Rt-commit] r11722 - in rt/branches/3.8-TESTING: html/Ticket/Graphs

jesse at bestpractical.com jesse at bestpractical.com
Mon Apr 14 09:44:27 EDT 2008


Author: jesse
Date: Mon Apr 14 09:44:26 2008
New Revision: 11722

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/html/Ticket/Graphs/index.html

Log:
 r29658 at 98:  jesse | 2008-04-14 09:43:33 -0400
 *  trying to fix a "module not required" issue with ticket graphs


Modified: rt/branches/3.8-TESTING/html/Ticket/Graphs/index.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Ticket/Graphs/index.html	(original)
+++ rt/branches/3.8-TESTING/html/Ticket/Graphs/index.html	Mon Apr 14 09:44:26 2008
@@ -80,6 +80,7 @@
 <%ARGS>
 </%ARGS>
 <%INIT>
+use RT::Graph::Tickets;
 my @results;
 
 my @save_arguments = qw(Type id Depth FillUsing ShowLinkDescriptions);


More information about the Rt-commit mailing list