From: sam_marshall Date: Wed, 26 Sep 2007 10:16:25 +0000 (+0000) Subject: Corrected inaccurate comment (said 'group IDs' when it actually returns group objects) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d15da061a1a8f2f1f384c6a7b1db34e1e975fd44;p=moodle.git Corrected inaccurate comment (said 'group IDs' when it actually returns group objects) --- 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) {