Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50901a5
)
MDL-51664 externalib: clarify crucial comment
author
Dan Poltawski
<dan@moodle.com>
Tue, 1 Dec 2015 20:25:05 +0000
(20:25 +0000)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Thu, 3 Dec 2015 10:16:32 +0000
(11:16 +0100)
lib/externallib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/externallib.php
b/lib/externallib.php
index
edbfabc
..
002d572
100644
(file)
--- a/
lib/externallib.php
+++ b/
lib/externallib.php
@@
-964,7
+964,7
@@
class external_util {
* Validate a list of courses, returning the complete course objects for valid courses.
*
* @param array $courseids A list of course ids
- * @param array $courses An array of courses already pre-fetched.
+ * @param array $courses An array of courses already pre-fetched
, indexed by course id
.
* @return array An array of courses and the validation warnings
*/
public static function validate_courses($courseids, $courses = array()) {