Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-20636 Merge branch 'master' into qe2_wip
[moodle.git]
/
mod
/
quiz
/
locallib.php
diff --git
a/mod/quiz/locallib.php
b/mod/quiz/locallib.php
index
e085c18
..
59dac0b
100644
(file)
--- a/
mod/quiz/locallib.php
+++ b/
mod/quiz/locallib.php
@@
-175,6
+175,7
@@
function quiz_load_attempt($attemptid) {
return false;
}
+ // TODO kill this.
if (!$DB->record_exists('question_sessions', array('attemptid' => $attempt->uniqueid))) {
/// this attempt has not yet been upgraded to the new model
quiz_upgrade_states($attempt);