[Rt-commit] r11511 - in rt/branches/3.8-TESTING: .
jesse at bestpractical.com
jesse at bestpractical.com
Fri Apr 4 20:07:59 EDT 2008
Author: jesse
Date: Fri Apr 4 20:07:42 2008
New Revision: 11511
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/lib/RT/System.pm
Log:
r29197 at 68-246-40-124: jesse | 2008-04-04 14:07:03 -1000
* missing use lines caused
perl -Ilib -MR::Test -e1 to fail
Modified: rt/branches/3.8-TESTING/lib/RT/System.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/System.pm (original)
+++ rt/branches/3.8-TESTING/lib/RT/System.pm Fri Apr 4 20:07:42 2008
@@ -110,6 +110,10 @@
=cut
+
+use RT::CustomField;
+use RT::Queue;
+use RT::Group;
sub AvailableRights {
my $self = shift;
More information about the Rt-commit
mailing list