From db15cab502849d4b0502f0c1f0a89400f610c4bb Mon Sep 17 00:00:00 2001 From: oesi Date: Fri, 13 Feb 2015 11:37:23 +0100 Subject: [PATCH] =?UTF-8?q?Lehrform=20wird=20in=20der=20Notenliste=20zus?= =?UTF-8?q?=C3=A4tzlich=20angezeigt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/lehre/notenliste.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cis/private/lehre/notenliste.php b/cis/private/lehre/notenliste.php index f47b65ce2..addfdc9d2 100644 --- a/cis/private/lehre/notenliste.php +++ b/cis/private/lehre/notenliste.php @@ -148,7 +148,7 @@ else $lv_obj->load($row->lehrveranstaltung_id); $i++; - $tbl.= "".$lv_obj->bezeichnung_arr[$sprache].""; + $tbl.= "".$lv_obj->bezeichnung_arr[$sprache].' '.$lv_obj->lehrform_kurzbz.""; $tbl.= ""; //Nur freigegebene Noten anzeigen @@ -194,4 +194,4 @@ else echo $error; echo ' '; -?> \ No newline at end of file +?>