From a1be5f7ff717fb961b69386a17c474128f6103ad Mon Sep 17 00:00:00 2001 From: oesi Date: Fri, 6 Nov 2015 10:38:46 +0100 Subject: [PATCH] =?UTF-8?q?Fehler=20behoben=20bei=20dem=20der=20Lehreinhei?= =?UTF-8?q?tenwechsel=20in=20der=20Studentensicht=20f=C3=BCr=20Lektoren=20?= =?UTF-8?q?nicht=20korrekt=20funktionierte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/lehre/benotungstool/studentenansicht.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/private/lehre/benotungstool/studentenansicht.php b/cis/private/lehre/benotungstool/studentenansicht.php index 493c8ee67..be203d8d7 100644 --- a/cis/private/lehre/benotungstool/studentenansicht.php +++ b/cis/private/lehre/benotungstool/studentenansicht.php @@ -347,7 +347,7 @@ if($result = $db->db_query($qry)) $gruppen.=' '; } } - echo "\n"; + echo "\n"; } echo ' '; }