mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-47780 core: corrected docs for get_user_capability_course()
This commit is contained in:
parent
b49de5d930
commit
6c271ab5e6
1 changed files with 1 additions and 1 deletions
|
@ -4201,7 +4201,7 @@ function count_role_users($roleid, context $context, $parent = false) {
|
|||
* otherwise use a comma-separated list of the fields you require, not including id
|
||||
* @param string $orderby If set, use a comma-separated list of fields from course
|
||||
* table with sql modifiers (DESC) if needed
|
||||
* @return array Array of courses, may have zero entries. Or false if query failed.
|
||||
* @return array|bool Array of courses, if none found false is returned.
|
||||
*/
|
||||
function get_user_capability_course($capability, $userid = null, $doanything = true, $fieldsexceptid = '', $orderby = '') {
|
||||
global $DB;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue