From 4453c2cf4cdcc06824aea0de46f122ae63796d6d Mon Sep 17 00:00:00 2001 From: oesi Date: Tue, 2 Jun 2015 15:34:58 +0200 Subject: [PATCH] Bug Fixed --- include/tw/cis_menu_lv.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tw/cis_menu_lv.inc.php b/include/tw/cis_menu_lv.inc.php index 1d9b2d40b..3102c9e34 100644 --- a/include/tw/cis_menu_lv.inc.php +++ b/include/tw/cis_menu_lv.inc.php @@ -279,7 +279,7 @@ function checkZeilenUmbruch() $eintraegeprozeile++; echo ''; - if(CIS_LEHRVERANSTALTUNG_LEISTUNGSUEBERSICHT_ANZEIGEN && ($angemeldet || $is_lector)) + if((CIS_LEHRVERANSTALTUNG_LEISTUNGSUEBERSICHT_ANZEIGEN && $angemeldet) || $is_lector) echo '
'; if($is_lector)