mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'w42_MDL-35917_m23_cohortdoc' of git://github.com/skodak/moodle into MOODLE_23_STABLE
This commit is contained in:
commit
2558abe170
1 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ function cohort_delete_category($category) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Remove cohort member
|
||||
* Add cohort member
|
||||
* @param int $cohortid
|
||||
* @param int $userid
|
||||
* @return void
|
||||
|
@ -143,7 +143,7 @@ function cohort_add_member($cohortid, $userid) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Add cohort member
|
||||
* Remove cohort member
|
||||
* @param int $cohortid
|
||||
* @param int $userid
|
||||
* @return void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue