mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Actually, let's include journals that have no feedback yet as well.
This commit is contained in:
parent
8bff8ad835
commit
18de986eb1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user