MDL-52439 assign: correct get_user_submission() phpdoc

This commit is contained in:
Michael Aherne
2015-12-29 10:38:32 +00:00
committed by Dan Poltawski
parent c72cac3879
commit 13f89eaf11
+1 -2
View File
@@ -2765,8 +2765,7 @@ class assign {
* recorded separately.
*
* @param int $userid The id of the user whose submission we want or 0 in which case USER->id is used
* @param bool $create optional - defaults to false. If set to true a new submission object
* will be created in the database with the status set to "new".
* @param bool $create If set to true a new submission object will be created in the database with the status set to "new".
* @param int $attemptnumber - -1 means the latest attempt
* @return stdClass The submission
*/