From c4df88d56748b46b03bb01cf10962c4048abefde Mon Sep 17 00:00:00 2001 From: Nikolaus Krondraf Date: Thu, 1 Oct 2015 07:59:25 +0200 Subject: [PATCH] =?UTF-8?q?K=C3=BCrzel=20der=20Lehrform=20an=20das=20Ende?= =?UTF-8?q?=20der=20LV-Bezeichnung=20verschoben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/lehre/notenliste.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/private/lehre/notenliste.php b/cis/private/lehre/notenliste.php index 6c7b6c3d2..3a19c6618 100644 --- a/cis/private/lehre/notenliste.php +++ b/cis/private/lehre/notenliste.php @@ -213,7 +213,7 @@ else $lv_obj->load($row->lehrveranstaltung_id); $i++; - $tbl.= "".$lv_obj->lehrform_kurzbz.' '.$lv_obj->bezeichnung_arr[$sprache].""; + $tbl.= "".$lv_obj->bezeichnung_arr[$sprache]." (".$lv_obj->lehrform_kurzbz.")"; $tbl.= ""; //Nur freigegebene Noten anzeigen