diff --git a/cis/private/profile/studienplan.php b/cis/private/profile/studienplan.php
index 769634744..48381e627 100644
--- a/cis/private/profile/studienplan.php
+++ b/cis/private/profile/studienplan.php
@@ -77,6 +77,7 @@ if(isset($_GET['getAnmeldung']))
// Die Anmeldung ist zur Lehrveranstaltung selbst und zu den dazu kompatiblen Lehrveranstaltungen moeglich
$kompatibel = $lehrveranstaltung->loadLVkompatibel($lehrveranstaltung_id);
+ $datum = new datum();
$kompatibel[]=$lehrveranstaltung_id;
$kompatibel = array_unique($kompatibel);
foreach($kompatibel as $lvid)
@@ -103,7 +104,7 @@ if(isset($_GET['getAnmeldung']))
$konto = new konto();
$cp = $konto->getCreditPoints($uid, $stsem);
if($cp===false || $cp>=$lv->ects)
- echo '
'.$lv->bezeichnung;
+ echo '
'.$lv->bezeichnung.' (Anmeldung bis '.$datum->formatDatum($angebot->anmeldefenster_ende,"d.m.Y").')';
else
echo '
'.$lv->bezeichnung.'
';
}
@@ -140,7 +141,7 @@ echo '