From 3ffe9fd41611e8ed6a9e3daf7f1443cc35f3c875 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 16 Apr 2009 15:13:10 +0000 Subject: [PATCH] Document that getUserList returns users sorted by username. --- lib/WebGUI/Group.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Group.pm b/lib/WebGUI/Group.pm index ed1f80305..4163e19ab 100644 --- a/lib/WebGUI/Group.pm +++ b/lib/WebGUI/Group.pm @@ -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