merged fix of bug 3377

This commit is contained in:
gustav_delius
2005-06-01 06:44:35 +00:00
parent c322d91ff4
commit 6851e7cd4a
+1 -1
View File
@@ -205,7 +205,7 @@
"$quiz->id", $cm->id);
}
}
if ($attempt->timestart) { // shouldn't really happen, just for robustness
if (!$attempt->timestart) { // shouldn't really happen, just for robustness
$attempt->timestart = time();
}