This commit is contained in:
Gerald Raab
2008-01-21 14:41:22 +00:00
parent 798c224275
commit 3bd0e1d0ae
+3 -2
View File
@@ -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