Document that getUserList returns users sorted by username.

This commit is contained in:
Colin Kuskie 2009-04-16 15:13:10 +00:00
parent 24b98db706
commit 3ffe9fd416

View file

@ -858,7 +858,7 @@ EOQ
=head2 getUserList ( [ withoutExpired ] )
Returns a hash reference with key of userId and value of username for users in the group
Returns a hash reference with key of userId and value of username for users in the group, sorted by username.
=head3 withoutExpired