fixed comment typo

This commit is contained in:
Petr Skoda
2010-05-21 19:25:13 +00:00
parent c6084d0e74
commit 64fa9aa723
+1 -1
View File
@@ -514,7 +514,7 @@ function groups_get_possible_roles($context) {
* @param int $courseid The id of the course
* @param int $roleid The role to select users from
* @param int $cohortid restrict to cohort id
* @param string $orderby The colum to sort users by
* @param string $orderby The column to sort users by
* @return array An array of the users
*/
function groups_get_potential_members($courseid, $roleid = null, $cohortid = null, $orderby = 'lastname ASC, firstname ASC') {