From: moodler Date: Sat, 24 Apr 2004 15:08:57 +0000 (+0000) Subject: Solution for bug 1258 I think ... needs testing X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5c87e15a0a57b2d5513bc6be64f1dd7e7e50e1c4;p=moodle.git Solution for bug 1258 I think ... needs testing --- diff --git a/mod/assignment/lib.php b/mod/assignment/lib.php index b23c2ee104..9f8addcc39 100644 --- a/mod/assignment/lib.php +++ b/mod/assignment/lib.php @@ -569,7 +569,7 @@ function assignment_print_feedback($course, $submission) { echo "\ncellcontent\">"; echo "

"; - if ($submission->grade) { + if ($submission->grade or $submission->timemarked) { echo get_string("grade").": $submission->grade"; } else { echo get_string("nograde");