[Rt-commit] r3588 - in rt/branches/3.4-RELEASE: . lib/RT

kevinr at bestpractical.com kevinr at bestpractical.com
Wed Aug 3 01:20:35 EDT 2005


Author: kevinr
Date: Wed Aug  3 01:20:35 2005
New Revision: 3588

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
Log:
 r6868 at SAD-GIRL-IN-SNOW:  kevinr | 2005-08-03 01:19:47 -0400
 * Fixed an outdated bit of POD


Modified: rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm	Wed Aug  3 01:20:35 2005
@@ -52,7 +52,7 @@
 
   use RT::Groups;
   my $groups = $RT::Groups->new($CurrentUser);
-  $groups->LimitToReal();
+  $groups->UnLimit();
   while (my $group = $groups->Next()) {
      print $group->Id ." is a group id\n";
   }


More information about the Rt-commit mailing list