From 7ad927092a8f0eb47d9fb096fb48a5681bf97466 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 13 Mar 2009 23:17:50 +0000 Subject: [PATCH] More POD docs about getAllUsers returning a unique'ed list of userIds. --- lib/WebGUI/Group.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Group.pm b/lib/WebGUI/Group.pm index 9d2c79bdb..9149b8caf 100644 --- a/lib/WebGUI/Group.pm +++ b/lib/WebGUI/Group.pm @@ -543,7 +543,8 @@ sub getAllGroupsFor { =head2 getAllUsers ( [ withoutExpired ] ) Returns an array reference containing a list of users that belong to this group -and in any group that belongs to this group. +and in any group that belongs to this group. The list is unique, so that each +userId is only in it one time. =head3 withoutExpired