Skip to content
Snippets Groups Projects
Commit ab02d8db authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3956

Closes #3956

Merge request studip/studip!2816
parent 47f788af
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
</td> </td>
<td style="text-align: left"> <td style="text-align: left">
<a href="<?= URLHelper::getLink('seminar_main.php', ['auswahl' => $group['seminar_id']]) ?>" <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']) ?> <?= htmlReady($group['name']) ?>
</a> </a>
<? if ($group['visible'] == 0) : ?> <? if ($group['visible'] == 0) : ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment