diff --git a/cis/private/lehre/notenliste.php b/cis/private/lehre/notenliste.php index addfdc9d2..00a2cf3e7 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].' '.$lv_obj->lehrform_kurzbz.""; + $tbl.= "".$lv_obj->lehrform_kurzbz.' '.$lv_obj->bezeichnung_arr[$sprache].""; $tbl.= ""; //Nur freigegebene Noten anzeigen