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

jesse at bestpractical.com jesse at bestpractical.com
Wed Apr 18 20:53:35 EDT 2007


Author: jesse
Date: Wed Apr 18 20:53:34 2007
New Revision: 7560

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm

Log:
 r55725 at 241:  jesse | 2007-04-18 16:28:17 -0400
 * We can't use encoding functions without using Encode


Modified: rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm
==============================================================================
--- rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm	(original)
+++ rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm	Wed Apr 18 20:53:34 2007
@@ -79,7 +79,7 @@
 use RT::Principals;
 use RT::ACE;
 use RT::Interface::Email;
-
+use Encode;
 
 # {{{ sub _Accessible 
 


More information about the Rt-commit mailing list