diff --git a/app/views/my_studygroups/_course.php b/app/views/my_studygroups/_course.php index 93161e2239fefeb727ba71f1c72a41e54dcbc5c8..972a5775b7358e8627be8898ad8a7a1b53ed4315 100644 --- a/app/views/my_studygroups/_course.php +++ b/app/views/my_studygroups/_course.php @@ -6,7 +6,7 @@ </td> <td style="text-align: left"> <a href="<?= URLHelper::getLink('seminar_main.php', ['auswahl' => $group['seminar_id']]) ?>" - <?= $group['last_visitdate'] >= $group['chdate'] ? 'style="color: red;"' : '' ?>> + <?= $group['last_visitdate'] < $group['chdate'] ? 'style="color: red;"' : '' ?>> <?= htmlReady($group['name']) ?> </a> <? if ($group['visible'] == 0) : ?>