From: moodler Date: Wed, 16 Oct 2002 07:18:07 +0000 (+0000) Subject: Actually, let's include journals that have no feedback yet as well. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=18de986eb198dd05fa0af4124c148045eee3bd75;p=moodle.git Actually, let's include journals that have no feedback yet as well. --- diff --git a/mod/journal/lib.php b/mod/journal/lib.php index 848d9769f3..f9623bb861 100644 --- a/mod/journal/lib.php +++ b/mod/journal/lib.php @@ -176,7 +176,7 @@ function journal_get_users_done($journal) { function journal_print_user_entry($course, $user, $entry, $teachers, $ratings) { global $THEME; - if ($entry->timemarked and $entry->timemarked < $entry->modified) { + if ($entry->timemarked < $entry->modified) { $colour = $THEME->cellheading2; } else { $colour = $THEME->cellheading;