diff options
author | ivan <ivan> | 2004-11-11 12:13:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-11 12:13:50 +0000 |
commit | c582e92888b4a5553e1b4e5214cf35217e4a0cf0 (patch) | |
tree | 3fe7cd7bf22bd356b478f0de0dd8f0b140fcee23 /rt/lib/RT/CachedGroupMembers_Overlay.pm | |
parent | 289340780927b5bac2c7604d7317c3063c6dd8cc (diff) |
import rt 3.0.12
Diffstat (limited to 'rt/lib/RT/CachedGroupMembers_Overlay.pm')
-rw-r--r-- | rt/lib/RT/CachedGroupMembers_Overlay.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/lib/RT/CachedGroupMembers_Overlay.pm b/rt/lib/RT/CachedGroupMembers_Overlay.pm index 500a54feb..09c63cbf5 100644 --- a/rt/lib/RT/CachedGroupMembers_Overlay.pm +++ b/rt/lib/RT/CachedGroupMembers_Overlay.pm @@ -51,7 +51,7 @@ no warnings qw(redefine); =head2 LimitToUsers Limits this search object to users who are members of this group -This is really useful when you want to haave your UI seperate out +This is really useful when you want to have your UI separate out groups from users for display purposes =cut @@ -78,7 +78,7 @@ sub LimitToUsers { =head2 LimitToGroups Limits this search object to Groups who are members of this group -This is really useful when you want to haave your UI seperate out +This is really useful when you want to have your UI separate out groups from users for display purposes =cut |