From d15da061a1a8f2f1f384c6a7b1db34e1e975fd44 Mon Sep 17 00:00:00 2001 From: sam_marshall Date: Wed, 26 Sep 2007 10:16:25 +0000 Subject: [PATCH] Corrected inaccurate comment (said 'group IDs' when it actually returns group objects) --- lib/grouplib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/grouplib.php b/lib/grouplib.php index 5ac4902d84..0d701fc335 100644 --- a/lib/grouplib.php +++ b/lib/grouplib.php @@ -86,7 +86,7 @@ function groups_get_group($groupid) { * @param int $courseid The id of the course. * @param int $userid optional user id, returns only groups of the user. * @param int $groupingid optional returns only groups in the specified grouping. - * @return array | false Returns an array of the group IDs or false if no records + * @return array | false Returns an array of the group objects or false if no records * or an error occurred. */ function groups_get_all_groups($courseid, $userid=0, $groupingid=0) { -- 2.39.5