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 +?>