MDL-35917 fix cohort phpdocs

Credit goes to Brian Kremer, thanks!
This commit is contained in:
Petr Škoda
2012-10-13 17:54:30 +02:00
parent 2105f57590
commit e0db105bab
+2 -2
View File
@@ -125,7 +125,7 @@ function cohort_delete_category($category) {
}
/**
* Remove cohort member
* Add cohort member
* @param int $cohortid
* @param int $userid
* @return void
@@ -146,7 +146,7 @@ function cohort_add_member($cohortid, $userid) {
}
/**
* Add cohort member
* Remove cohort member
* @param int $cohortid
* @param int $userid
* @return void