mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Fix typo in comment (Bug MDL-8617).
This commit is contained in:
parent
429e531e17
commit
c333aeea9c
@ -118,7 +118,7 @@ function groups_get_groups_for_current_user($courseid) {
|
||||
* Get the group settings object for a group - this contains the following
|
||||
* properties:
|
||||
* name, description, lang, theme, picture, hidepicture
|
||||
* @param int $groupid The id of the gruop
|
||||
* @param int $groupid The group ID.
|
||||
* @return object The group settings object
|
||||
*/
|
||||
function groups_get_group_settings($groupid, $courseid=false, $alldata=false) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user