diff --git a/cis/private/lehre/notenliste.php b/cis/private/lehre/notenliste.php index 24c9c0f0f..fc8932f12 100644 --- a/cis/private/lehre/notenliste.php +++ b/cis/private/lehre/notenliste.php @@ -215,7 +215,7 @@ else $lv_obj->load($row->lehrveranstaltung_id); $i++; - $tbl.= "".$lv_obj->bezeichnung_arr[$sprache]." (".$lv_obj->lehrform_kurzbz.")"; + $tbl.= "".$lv_obj->bezeichnung_arr[$sprache].($lv_obj->lehrform_kurzbz!="" && $lv_obj->lehrform_kurzbz!=" - "?" (".$lv_obj->lehrform_kurzbz.")":"").""; $tbl.= ""; //Nur freigegebene Noten anzeigen