diff --git a/system/sync/stp/sync_stp_vilesci_student.php b/system/sync/stp/sync_stp_vilesci_student.php index 7441e207f..13a49423c 100644 --- a/system/sync/stp/sync_stp_vilesci_student.php +++ b/system/sync/stp/sync_stp_vilesci_student.php @@ -226,7 +226,12 @@ if($row->chkalendersemstataend=='') - $row->chkalendersemstataend='W07'; + { + //$row->chkalendersemstataend='W07'; + $text.="Student $student->uid hat chkalendersemstataend nicht gesetzt\n"; + $anzahl_fehler++; + continue; + } $studiensemester=ucwords(substr($row->chkalendersemstataend,0,1)).'S'.((integer)substr($row->chkalendersemstataend,1,2)<11?'20':'19').substr($row->chkalendersemstataend,1,2);