fixed bug at saving courses

This commit is contained in:
stefan
2016-03-17 10:53:59 +01:00
parent 527fb7fa4e
commit cd9e9d4bd1
+1 -1
View File
@@ -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) . ', ' .