mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user