Prestudentcheck auf stdsem_lv_besuch statt getktorNext

This commit is contained in:
Gerald Raab
2017-02-03 12:27:27 +01:00
parent 59fb5d9910
commit 518ab50e5c
@@ -604,7 +604,7 @@ function saveAnmeldung($aktStudiensemester = null, $uid = null)
foreach ($prestudent->result as $ps)
{
if ($ps->getLaststatus($ps->prestudent_id, $stdsem))
if ($ps->getLaststatus($ps->prestudent_id, $stdsem_lv_besuch))
{
if (($ps->status_kurzbz == "Student") || ($ps->status_kurzbz == "Unterbrecher"))
{