From e024773f250574f363034d24873a8d9cf261629f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 15 Feb 2008 14:35:13 +0000 Subject: [PATCH] --- system/sync/stp/sync_stp_vilesci_student.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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);