From 7d4612b95352a055c9244b5f9de173dd10f5ed89 Mon Sep 17 00:00:00 2001 From: oesi Date: Thu, 3 Nov 2016 10:05:39 +0100 Subject: [PATCH] =?UTF-8?q?Fehler=20beim=20Erstellen=20der=20Inskriptionsb?= =?UTF-8?q?est=C3=A4tigung=20behoben=20wenn=20kein=20Studienplan=20zugeord?= =?UTF-8?q?net=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);