From af08e06ade1575b10afa7801236a5e31fc3448fb Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Tue, 16 Jul 2019 15:53:20 +0200 Subject: [PATCH] English und Stufe in Funktion getStudiengaengeDokument --- include/dokument.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dokument.class.php b/include/dokument.class.php index a353d16c8..2d7f66563 100644 --- a/include/dokument.class.php +++ b/include/dokument.class.php @@ -859,6 +859,8 @@ class dokument extends basis_db $stg_obj->kuerzel = $row->kuerzel; $stg_obj->bezeichnung = $row->bezeichnung; $stg_obj->studiengang_kz = $row->studiengang_kz; + $stg_obj->english = $row->english; + $stg_obj->stufe = $row->stufe; $this->result[] = $stg_obj; }