mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-77057' of https://github.com/paulholden/moodle
This commit is contained in:
commit
9890d88107
10 changed files with 24 additions and 17 deletions
|
@ -74,6 +74,8 @@ function groups_group_exists($groupid) {
|
|||
/**
|
||||
* Gets the name of a group with a specified id
|
||||
*
|
||||
* Before output, you should call {@see format_string} on the result
|
||||
*
|
||||
* @category group
|
||||
* @param int $groupid The id of the group
|
||||
* @return string The name of the group
|
||||
|
@ -86,6 +88,8 @@ function groups_get_group_name($groupid) {
|
|||
/**
|
||||
* Gets the name of a grouping with a specified id
|
||||
*
|
||||
* Before output, you should call {@see format_string} on the result
|
||||
*
|
||||
* @category group
|
||||
* @param int $groupingid The id of the grouping
|
||||
* @return string The name of the grouping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue