[Rt-commit] r2007 - in rt/branches/3.3-TESTING: . lib/RT

jesse at bestpractical.com jesse at bestpractical.com
Mon Dec 20 12:30:22 EST 2004


Author: jesse
Date: Mon Dec 20 12:30:22 2004
New Revision: 2007

Modified:
   rt/branches/3.3-TESTING/   (props changed)
   rt/branches/3.3-TESTING/lib/RT/Users_Overlay.pm
Log:
 r2470 at hualien:  jesse | 2004-12-20T17:04:01.318822Z
  r1984 at hualien:  jesse | 2004-12-09T07:16:39.436509Z
  RT-Ticket: 6296
  RT-Status: resolved
  RT-Update: correspond
  
  Removed a spurious =>, Thanks to Todd Chapman
  
  
 


Modified: rt/branches/3.3-TESTING/lib/RT/Users_Overlay.pm
==============================================================================
--- rt/branches/3.3-TESTING/lib/RT/Users_Overlay.pm	(original)
+++ rt/branches/3.3-TESTING/lib/RT/Users_Overlay.pm	Mon Dec 20 12:30:22 2004
@@ -247,7 +247,7 @@
 sub WhoHaveRight {
     my $self = shift;
     my %args = ( Right                  => undef,
-                 Object =>              => undef,
+                 Object                 => undef,
                  IncludeSystemRights    => undef,
                  IncludeSuperusers      => undef,
                  IncludeSubgroupMembers => 1,


More information about the Rt-commit mailing list