From 789c4ccd6725f258ad8a2ec45e8805c0813d90fe Mon Sep 17 00:00:00 2001 From: oesi Date: Wed, 2 Nov 2016 16:55:11 +0100 Subject: [PATCH 1/2] Anpassung Studierendenmeldung an BIS Schnittstelle Version 6.4 --- vilesci/bis/studentenmeldung.php | 1 - 1 file changed, 1 deletion(-) diff --git a/vilesci/bis/studentenmeldung.php b/vilesci/bis/studentenmeldung.php index 631ba2ab5..bc2ea4d24 100644 --- a/vilesci/bis/studentenmeldung.php +++ b/vilesci/bis/studentenmeldung.php @@ -908,7 +908,6 @@ function GenerateXMLStudentBlock($row) $studstatuscode = $kodex_studstatuscode_array[$rowgs->status_kurzbz]; $gsblock.=" - ".$row->matrikelnr." ".$rowgs->mobilitaetsprogramm_code." ".$rowgs->programm_code." ".$studtyp." From 7d4612b95352a055c9244b5f9de173dd10f5ed89 Mon Sep 17 00:00:00 2001 From: oesi Date: Thu, 3 Nov 2016 10:05:39 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Fehler=20beim=20Erstellen=20der=20Inskripti?= =?UTF-8?q?onsbest=C3=A4tigung=20behoben=20wenn=20kein=20Studienplan=20zug?= =?UTF-8?q?eordnet=20ist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rdf/student.rdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf/student.rdf.php b/rdf/student.rdf.php index 47cc44167..82b878ea0 100755 --- a/rdf/student.rdf.php +++ b/rdf/student.rdf.php @@ -806,7 +806,7 @@ else } } - if($studienplan_id!='') + if(isset($studienplan_id) && $studienplan_id!='') { $stpl = new studienplan(); $stpl->loadStudienplan($studienplan_id);