bugfixes from session conversion

This commit is contained in:
JT Smith 2006-01-12 23:13:18 +00:00
parent a66fe79ea4
commit 4b439f610e
4 changed files with 16 additions and 41 deletions

View file

@ -534,7 +534,7 @@ A boolean that if set true will return the users list minus the expired grouping
=cut
sub getUsersInGroup {
sub getUsers {
my $self = shift;
my $recursive = shift;
my $withoutExpired = shift;