]> git.mjollnir.org Git - moodle.git/commitdiff
Corrected inaccurate comment (said 'group IDs' when it actually returns group objects)
authorsam_marshall <sam_marshall>
Wed, 26 Sep 2007 10:16:25 +0000 (10:16 +0000)
committersam_marshall <sam_marshall>
Wed, 26 Sep 2007 10:16:25 +0000 (10:16 +0000)
lib/grouplib.php

index 5ac4902d843906618c107b2c73c3944bb599758f..0d701fc3356a73fdd2efc064ee2043dfa03f6d87 100644 (file)
@@ -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) {