]> git.mjollnir.org Git - moodle.git/commitdiff
Truncated long action name in log, see http://moodle.org/mod/forum/discuss.php?d...
authorgustav_delius <gustav_delius>
Mon, 13 Mar 2006 00:21:35 +0000 (00:21 +0000)
committergustav_delius <gustav_delius>
Mon, 13 Mar 2006 00:21:35 +0000 (00:21 +0000)
mod/quiz/attempt.php

index 4be29ac06cf70251714097a544dfc98cfb8a3bea..131c7d10903fb4de4c7027b5ded5853c7f55905e 100644 (file)
     } else {
         // log continuation of attempt only if some time has lapsed
         if (($timestamp - $attempt->timemodified) > 600) { // 10 minutes have elapsed
-             add_to_log($course->id, 'quiz', 'continue attempt',
+             add_to_log($course->id, 'quiz', 'continue attemp', // this action used to be called 'continue attempt' but the database field has only 15 characters
                            "review.php?attempt=$attempt->id",
                            "$quiz->id", $cm->id);
         }