[Rt-commit] r5627 - in rt/branches/3.6-RELEASE: .
jesse at bestpractical.com
jesse at bestpractical.com
Thu Jul 20 15:16:01 EDT 2006
Author: jesse
Date: Thu Jul 20 15:16:01 2006
New Revision: 5627
Modified:
rt/branches/3.6-RELEASE/ (props changed)
rt/branches/3.6-RELEASE/lib/RT/Report/Tickets.pm
Log:
r14234 at pinglin: jesse | 2006-07-20 12:15:31 -0700
* explicitly use the libraries we're using (Rather than depend on them to be used elsewhere)
Modified: rt/branches/3.6-RELEASE/lib/RT/Report/Tickets.pm
==============================================================================
--- rt/branches/3.6-RELEASE/lib/RT/Report/Tickets.pm (original)
+++ rt/branches/3.6-RELEASE/lib/RT/Report/Tickets.pm Thu Jul 20 15:16:01 2006
@@ -283,6 +283,7 @@
my $depth = 1;
# make a tree root
+ use RT::Interface::Web::QueryBuilder::Tree;
$$tree = RT::Interface::Web::QueryBuilder::Tree->new;
my $root = RT::Interface::Web::QueryBuilder::Tree->new( 'AND', $$tree );
my $lastnode = $root;
More information about the Rt-commit
mailing list