mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Corrected inaccurate comment (said 'group IDs' when it actually returns group objects)
This commit is contained in:
parent
44888f691a
commit
d15da061a1
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue