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) . ', ' .