mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
Fixes incorrect group function documentation (MDL-7380)
This commit is contained in:
parent
0414d79d93
commit
6e55c60a94
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user