From cd9e9d4bd1c420b933b10bc5a9d94e021b0b08e7 Mon Sep 17 00:00:00 2001 From: stefan Date: Thu, 17 Mar 2016 10:53:59 +0100 Subject: [PATCH] fixed bug at saving courses --- include/studienplan.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/studienplan.class.php b/include/studienplan.class.php index 0ef882724..9744d5cd7 100644 --- a/include/studienplan.class.php +++ b/include/studienplan.class.php @@ -488,7 +488,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) . ', ' .