mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Fix comment.
This commit is contained in:
parent
7003072a7f
commit
93eb0ea339
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ function question_category_isused($categoryid, $recursive = false) {
|
||||||
/**
|
/**
|
||||||
* Deletes all data associated to an attempt from the database
|
* Deletes all data associated to an attempt from the database
|
||||||
*
|
*
|
||||||
* @param object $question The question being deleted
|
* @param integer $attemptid The id of the attempt being deleted
|
||||||
*/
|
*/
|
||||||
function delete_attempt($attemptid) {
|
function delete_attempt($attemptid) {
|
||||||
global $QTYPES;
|
global $QTYPES;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue