From 834e63ca21bdcef8d47187f86e5cb64888e5e107 Mon Sep 17 00:00:00 2001 From: oesi Date: Wed, 16 Mar 2016 16:45:36 +0100 Subject: [PATCH] Fehler beim Speichern der Studienplan Lehrveranstaltung Zuordnung behoben --- include/studienplan.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/studienplan.class.php b/include/studienplan.class.php index 0ef882724..2b723eda4 100644 --- a/include/studienplan.class.php +++ b/include/studienplan.class.php @@ -59,6 +59,8 @@ class studienplan extends basis_db protected $pflicht; //boolean protected $koordinator; //varchar(32) protected $sort; + protected $curriculum=true; + protected $export=true; @@ -488,7 +490,7 @@ class studienplan extends basis_db { //Neuen Datensatz einfuegen $qry = 'BEGIN;INSERT INTO lehre.tbl_studienplan_lehrveranstaltung (studienplan_id, lehrveranstaltung_id, - semester,studienplan_lehrveranstaltung_id_parent,pflicht, koordinator, curriculum, export + semester,studienplan_lehrveranstaltung_id_parent,pflicht, koordinator, curriculum, export, insertamum, insertvon) VALUES (' . $this->db_add_param($this->studienplan_id, FHC_INTEGER) . ', ' . $this->db_add_param($this->lehrveranstaltung_id, FHC_INTEGER) . ', ' .