From 3bd0e1d0aee097ffa119bb620a37a440956bffe6 Mon Sep 17 00:00:00 2001 From: Gerald Raab Date: Mon, 21 Jan 2008 14:41:22 +0000 Subject: [PATCH] --- include/studentnote.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/studentnote.class.php b/include/studentnote.class.php index f4c6c6026..be153509f 100755 --- a/include/studentnote.class.php +++ b/include/studentnote.class.php @@ -200,8 +200,9 @@ class studentnote $note = 5; } if ($ueb1->positiv && ($note == 5)) - $negativ = true; - $l1_note = ($note * $ueb1->gewicht); + $negativ = true; + $l1_note = $note; + //$l1_note = ($note * $ueb1->gewicht); if ($note != null) $l1_gewicht = $ueb1->gewicht; else