Fehler beim Speichern der Studienplan Lehrveranstaltung Zuordnung behoben

This commit is contained in:
oesi
2016-03-16 16:45:36 +01:00
parent 4ca4f347c5
commit 834e63ca21
+3 -1
View File
@@ -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) . ', ' .