Skip to content

Commit

Permalink
Fixes incorrect group function documentation (MDL-7380)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfreear committed Jan 23, 2007
1 parent 0414d79 commit 6e55c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions group/lib/groupinglib.php
Expand Up @@ -54,9 +54,9 @@ function groups_get_groups_in_grouping($groupingid) {
}

/**
* Gets complete group-data for each group in a grouping.
* Gets data linking a grouping to each group it contains.
* @param int $groupingid The ID of the grouping.
* @return array | false An array of group records, or false on error.
* @return array | false An array of grouping-group records, or false on error.
*/
function groups_get_groups_in_grouping_records($groupingid) {
if (! $groupingid) {
Expand Down

0 comments on commit 6e55c60

Please sign in to comment.