mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
mod/quiz/backuplib: tiny syntax fix - thanks Nigel
This commit is contained in:
parent
0a0bcdd259
commit
20b36bed42
1 changed files with 1 additions and 0 deletions
|
@ -994,6 +994,7 @@
|
||||||
//Write end tag
|
//Write end tag
|
||||||
$status = fwrite ($bf,end_tag("STATES",6,true));
|
$status = fwrite ($bf,end_tag("STATES",6,true));
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//Backup question_sessions contents (executed from backup_quiz_attempts)
|
//Backup question_sessions contents (executed from backup_quiz_attempts)
|
||||||
function backup_question_sessions ($bf,$preferences,$attempt) {
|
function backup_question_sessions ($bf,$preferences,$attempt) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue